NavMeshAgent.Warp

Declaration

public bool Warp(Vector3 newPosition);

Parameters

Parameter Description
newPosition New position to warp the agent to.

Returns

bool True if agent is successfully warped, otherwise false.

Description

Warps agent to the provided position.

Returns true if successful, otherwise returns false.


Did you find this page useful? Please give it a rating: