Indevidual Class
From Fight Game AI Demo
A Sandcastle Documented Class Library
| Indevidual Class |
Indevidual hold AI tree information
Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public class Indevidual
The Indevidual type exposes the following members.
| Name | Description | |
|---|---|---|
| Indevidual |
Initializes a new instance of the Indevidual class.
| |
| Indevidual(Int32, Byte, IMyBehaviourTreeNode, Single) |
Initializes a new instance of the Indevidual class.
|
| 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.
|
| Name | Description | |
|---|---|---|
| print_program |
Print_programs this instance.
| |
| ToString |
| Name | Description | |
|---|---|---|
| fitness |
The fitness
| |
| program |
The program
| |
| tree |
The tree
| |
| treeNo |
The tree number
| |
| treeString |
The tree string
|