Method RunTo
RunTo(Vector3)
Declaration
public void RunTo(Vector3 position)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | position |
RunTo(Vector3, Boolean)
Declaration
public void RunTo(Vector3 position, bool ignorePaths)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | position | |
| System.Boolean | ignorePaths |
RunTo(Vector3, Boolean, Int32)
Declaration
public void RunTo(Vector3 position, bool ignorePaths, int timeout)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | position | |
| System.Boolean | ignorePaths | |
| System.Int32 | timeout |