Click or drag to resize

Navigator Methods

The Navigator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAtLocation(Vector3)
Checks if the local player is considered to be on top of a point.
Public methodStatic memberAtLocation(Vector3, Vector3)
Checks if one point is considered to be at another point. This should be used to check if the player is near a point.
Public methodStatic memberClear
Public methodStatic memberInPosition
Checks to see if location1 is within range of location2 Does XZ plane check separately from Y plane to better handle 3D locations
Public methodStatic memberLookupPathInfo
Looks up the information of a path going to an object.
Public methodStatic memberMoveTo(MoveToParameters)
Public methodStatic memberMoveTo(Vector3, String) Obsolete.
Public methodStatic memberMoveToPointWithin Obsolete.
Public methodStatic memberSamplePointsAsync
Samples the navigator for points.
Public methodStatic memberStop
Top
See Also