Property | Type | Description | |
---|---|---|---|
OnDebugResult | DebugNodeHandler |
Method | Description | |
---|---|---|
DebugRun ( |
Runs debug this node.
|
|
Run ( |
Runs this node.
|
public abstract DebugRun ( |
||
parameters | AiBlackboard with global parameters. | |
trees | IList |
Readonly list with all ai trees. |
level | int | Level of how deep we are in this AiTree. |
nodeIndex | int | Index of current node in parent's node. If this is root, nodeIndex is 0. |
return | bool |
public abstract Run ( |
||
parameters | AiBlackboard with global parameters. | |
trees | IList |
Readonly list with all ai trees. |
tasks | List |
List of task scripts to bind with task nodes. |
return | bool |