Indevidual Class

Fight Game AI Demo

Indevidual Class
Indevidual hold AI tree information
Inheritance Hierarchy
SystemObject  FightGameAIDemo.GPIndevidual

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Indevidual

The Indevidual type exposes the following members.

Constructors
  NameDescription
Public methodIndevidual
Initializes a new instance of the Indevidual class.
Public methodIndevidual(Int32, Byte, IMyBehaviourTreeNode, Single)
Initializes a new instance of the Indevidual class.
Top
Properties
  NameDescription
Public propertyFitness
Gets or sets the fitness.
Public propertyProgram
Gets or sets the program.
Public propertyTree
Gets or sets the tree.
Public propertyTreeNo
Gets or sets the tree number.
Public propertyTreeString
Gets or sets the tree string.
Top
Methods
  NameDescription
Public methodprint_program
Print_programs this instance.
Public methodToString
Returns a String that represents the current Object.
Top
Fields
  NameDescription
Private fieldfitness
The fitness
Private fieldprogram
The program
Private fieldtree
The tree
Private fieldtreeNo
The tree number
Private fieldtreeString
The tree string
Top
See Also