Enum EAgentState
The state the Agent is currently in.
Namespace: TinnyStudios.AIUtility
Assembly: UtilityAIFramework.dll
Syntax
public enum EAgentState
Fields
Name | Description |
---|---|
Aborting | The agent wants to abort the current action. This will take effect the next frame. |
Idle | The agent is not doing anything here. This is a good place for idle animation |
Moving | The agent found a plan/action that needs to move. |
Performing | The agent is now performing the action, this can be over time or immediately depending on UtilityAction |
Plan | The agent has begun planning and may find a good action. |