A Sandcastle Documented Class Library
| Indevidual Class |
Indevidual hold AI tree information
Inheritance HierarchyNamespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
SyntaxC#
public class Indevidual
The Indevidual type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | Indevidual |
Initializes a new instance of the Indevidual class.
|
![]() | Indevidual(Int32, Byte, IMyBehaviourTreeNode, Single) |
Initializes a new instance of the Indevidual class.
|
Properties| Name | Description | |
|---|---|---|
![]() | Fitness |
Gets or sets the fitness.
|
![]() | Program |
Gets or sets the program.
|
![]() | Tree |
Gets or sets the tree.
|
![]() | TreeNo |
Gets or sets the tree number.
|
![]() | TreeString |
Gets or sets the tree string.
|
Methods| Name | Description | |
|---|---|---|
![]() | print_program |
Print_programs this instance.
|
![]() | ToString |
Fields| Name | Description | |
|---|---|---|
![]() | fitness |
The fitness
|
![]() | program |
The program
|
![]() | tree |
The tree
|
![]() | treeNo |
The tree number
|
![]() | treeString |
The tree string
|
See Also

