Class PlayerDropMarkerRequested
public class PlayerDropMarkerRequested : CancellablePlayerEvent, IPlayerEvent, ICancellable
- Inheritance
-
PlayerDropMarkerRequested
- Implements
- Inherited Members
Properties
IsNewMarkerBeingPlaced
If the marker is being placed instead of cleared.
public bool IsNewMarkerBeingPlaced { get; set; }
Property Value
MarkerDisplayText
The displayed text of the marker that the player is requesting to place.
public string MarkerDisplayText { get; set; }
Property Value
MarkerWorldPosition
The world position of the marker that the player is requesting to place.
public Vector3 MarkerWorldPosition { get; set; }
Property Value
- Vector3