Class Waypoint
A wrapper class for AdminToys.WaypointToy.
public class Waypoint : AdminToy, IWorldSpace, IPosition, IRotation, IWrapper<WaypointToy>
- Inheritance
-
Waypoint
- Implements
-
IWrapper<WaypointToy>
- Inherited Members
- Extension Methods
Properties
Base
Gets the base AdminToys.WaypointToy.
public WaypointToy Base { get; }
Property Value
- WaypointToy
Bounds
Gets or sets the bounds this waypoint encapsulates.
public Bounds Bounds { get; set; }
Property Value
- Bounds
Prefab
Gets the prefab.
public static WaypointToy Prefab { get; }
Property Value
- WaypointToy
Priority
Gets or sets the Waypoint shown.
public float Priority { get; set; }
Property Value
VisualizeBounds
Gets or sets a value indicating whether the Bounds are shown for Debug.
public bool VisualizeBounds { get; set; }
Property Value
WaypointId
Gets the id of the Waypoint used for RelativePositioning.RelativePosition.WaypointId.
public byte WaypointId { get; }