Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NavMeshAgent.Move

Declaration

public void Move(Vector3 offset);

Parameters

offset The relative movement vector.

Description

Apply relative movement to current position.

If the agent has a path it will be adjusted.