Immerseum.VRSimulator Namespace : PlayAreaDisplayTrigger Enumeration |
public enum PlayAreaDisplayTrigger : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
Always | 0 | The Play Area should always be displayed. |
Never | 3 | The Play Area should never be displayed. |
OnApproach | 1 | The Play Area should be displayed when the user is near the Play Area's bounds. |
OnInputAction | 2 | The Play Area should be displayed when a specific Input Action is detected. |
System.Object
System.ValueType
System.Enum
Immerseum.VRSimulator.PlayAreaDisplayTrigger