Warp(Vector3)
Warps agent to the provided position.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
public bool Warp(Vector3 newPosition)
Parameters
New position to warp the agent to.
Returns
Type | Description |
|---|---|
| bool | True if agent is successfully warped, otherwise false. |
Remarks
Returns true if successful, otherwise returns false.