MovementType

Enum in Arbor

Description

Type of movement vector

Properties

Property Name Description
NotChange Use the value of NavMeshAgent.velocity as it is.
Normalize Use the normalized value of NavMeshAgent.velocity.
DivSpeed Use the value obtained by dividing NavMeshAgent.velocity by NavMeshAgent.speed.
DivValue Use the value obtained by dividing NavMeshAgent.velocity by MovementDivValue.