Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Move(offset: Vector3): void;
void Move(Vector3 offset);
def Move(offset as Vector3) as void

Parameters

offsetThe relative movement vector.

Description

Apply relative movement to current position.

If the agent has a path it will be adjusted.