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.

SetPath(path: NavMeshPath): bool;
bool SetPath(NavMeshPath path);
def SetPath(path as NavMeshPath) as bool

Parameters

pathNew path to follow.

Returns

bool True if the path is succesfully assigned.

Description

Assign a new path to this agent.

If the path is succesfully assigned the agent will resume movement toward the new target. If the path cannot be assigned the path will be cleared (see ResetPath).