NavMeshAgent.Move Manual     Reference     Scripting  
Scripting > Runtime Classes > NavMeshAgent
NavMeshAgent.Move

function Move (offset : Vector3) : void

Parameters

NameDescription
offset The relative move vector.

Description

Apply relative movement to current position.

If the agent has a path it will be adjusted.