Enum XRInterface.PlayAreaMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum XRInterface.PlayAreaMode : long
Fields
Area3Dof = 1
Play area only supports orientation tracking, no positional tracking, area will center around player.
Roomscale = 3
Player is free to move around, full positional tracking.
Sitting = 2
Player is in seated position, limited positional tracking, fixed guardian around player.
Stage = 4
Same as Roomscale but origin point is fixed to the center of the physical space, CenterOnHmd(RotationMode, bool) disabled.
Unknown = 0
Play area mode not set or not available.