XrSessionState(bpy_struct)¶
base class — bpy_struct
- class bpy.types.XrSessionState(bpy_struct)¶
Runtime state information about the VR session
- viewer_pose_location¶
Last known location of the viewer pose (center between the eyes) in world space
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0), (readonly)
- viewer_pose_rotation¶
Last known rotation of the viewer pose (center between the eyes) in world space
- Type
float array of 4 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0), (readonly)
- classmethod is_running(context)¶
Query if the VR session is currently running
- Returns
Result
- Return type
boolean
- classmethod reset_to_base_pose(context)¶
Force resetting of position and rotation deltas
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References