Immerseum.VRSimulator Namespace : PlayAreaSize Enumeration |
public enum PlayAreaSize : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
_200x150 | 4 | Indicates a Play Area that is 2m x 1.5m. |
_300x225 | 3 | Indicates a Play Area that is 3m x 2.25m. |
_400x300 | 2 | Indicates a Play Area that is 4m x 3m. |
Calibrated | 1 | The Play Area's width and depth are determined by the HMD's calibration values. |
Custom | 5 | The Play Area's width and depth are explicitly determined by the scene designer. |
NotApplicable | 0 | The Play Area's width and depth are irrelevant because they do not apply. |
System.Object
System.ValueType
System.Enum
Immerseum.VRSimulator.PlayAreaSize