RunningState
Description
Decribes the brain’s ability to run its AI steps.
public enum InitialPrefabs.DaniAI.RunningState
: Enum, IComparable, IFormattable, IConvertible
Enum
Value | Name | Summary |
---|---|---|
0 | NotInitialized | The initial state of the brain. No AI steps are running at this point in time. |
1 | Running | The normal running state of the brain. OnResume is called if the previous state was paused. |
2 | Paused | The brain has paused. OnPause is called once the brain enters this state. |
3 | Stopped | The brain has ceased functioning. |