Method GoTo
GoTo(Entity, Vector3, Int32)
Declaration
public void GoTo(Entity target, Vector3 offset = default(Vector3), int timeout = -1)Parameters
| Type | Name | Description | 
|---|---|---|
| Entity | target | |
| Vector3 | offset | |
| System.Int32 | timeout | 
GoTo(Vector3, Int32)
Declaration
public void GoTo(Vector3 position, int timeout = -1)Parameters
| Type | Name | Description | 
|---|---|---|
| Vector3 | position | |
| System.Int32 | timeout |