Method GoTo
GoTo(Vector3, float)
public GoToResult GoTo(Vector3 position, float distanceThreshold = 2)
Parameters
position
Vector3distanceThreshold
float
Returns
- GoToResult
True if the hero is at the position, false otherwise
public GoToResult GoTo(Vector3 position, float distanceThreshold = 2)
position
Vector3distanceThreshold
floatTrue if the hero is at the position, false otherwise