Enum AINodeResult
Result of a behavior tree node evaluation.
public enum AINodeResult
Fields
The node failed.
The node is still running (e.g., waiting for an action to finish).
The node completed successfully.
Result of a behavior tree node evaluation.
public enum AINodeResult
The node failed.
The node is still running (e.g., waiting for an action to finish).
The node completed successfully.