struct Waypoint (Niantic.ARDK.Extensions.Gameboard.Waypoint)
Overview
struct Waypoint { // enums enum MovementType; // fields readonly Vector2Int Coordinates; readonly MovementType Type; readonly Vector3 WorldPosition; // methods Waypoint(Vector3 worldPosition, MovementType type, Vector2Int coordinates); };
Detailed Documentation
Fields
readonly MovementType Type
The type of movement of this waypoint.
readonly Vector3 WorldPosition
The position of this point in world coordinates.