MovementType

Enum in Arbor

Description

Type of movement vector

Properties

Property Name Description
NotChange Use the value of NavMeshAgent.velocity in the local coordinate system as it is.
Normalize Use the normalized value of NavMeshAgent.velocity in the local coordinate system.
DivSpeed Use the value of NavMeshAgent.velocity in the local coordinate system divided by NavMeshAgent.speed.
DivValue Use the value of NavMeshAgent.velocity in the local coordinate system divided by MovementDivValue.