Enum AgentMotionType
Namespace: ProjectDawn.Navigation.Hybrid
Assembly: ProjectDawn.Navigation.Hybrid.dll
Syntax
public enum AgentMotionType
Fields
Name | Description |
---|---|
DefaultLocomotion | Agent is dynamic. It's entity will have have AgentBody and AgentLocomotion components. |
Dynamic | Agent is dynamic. It's entity will not have AgentSteering component. |
Static | Agent is static. It's entity will not have AgentBody and AgentSteering components. |
Steering | Agent is dynamic. It's entity will have have AgentBody and AgentSteering components. |