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 ofNavMeshAgent.velocityas it is. |
| DivSpeed | Divide the magnitude ofNavMeshAgent.velocitybyNavMeshAgent.speed |
| DivValue | Divide the magnitude ofNavMeshAgent.velocityby the specified value |