SpeedType
Enum in Arbor
Description
The type of value to pass to the animator's Speed parameter.
Properties
Property Name | Description |
---|---|
NotChange | Set the magnitude of NavMeshAgent.velocity as it is. |
DivSpeed | Divide the magnitude of NavMeshAgent.velocity by NavMeshAgent.speed |
DivValue | Divide the magnitude of NavMeshAgent.velocity by the specified value |