NavMeshAgent.Warp
Warp(newPosition: Vector3): bool;
Parameters

newPosition New position to warp the agent to.
Description

Warps agent to the provided position.

Returns true if successful, otherwise returns false.