MovementType
Enum in Arbor
Description
Type of movement vector
Properties
| Property Name | Description |
|---|---|
| NotChange | Use the value ofNavMeshAgent.velocityin the local coordinate system as it is. |
| Normalize | Use the normalized value ofNavMeshAgent.velocityin the local coordinate system. |
| DivSpeed | Use the value ofNavMeshAgent.velocityin the local coordinate system divided byNavMeshAgent.speed. |
| DivValue | Use the value ofNavMeshAgent.velocityin the local coordinate system divided by MovementDivValue. |