public bool SetPath (AI.NavMeshPath path);

파라미터

pathNew path to follow.

반환

bool True if the path is succesfully assigned.

설명

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).