Navigation :
ConnectionType
Description
Enum describing the type of connection involved in the link between two nodes.
public enum InitialPrefabs.DaniAI.ConnectionType
: Enum, IComparable, IFormattable, IConvertible
Enum
Value |
Name |
Summary |
0 |
Simple |
The connection is a simple link between two AI nodes e.g. Decision to Action. |
1 |
Conditional |
The connection contains a condition between two AI nodes e.g. Observer to Decision. |