XrActionMapBinding(bpy_struct)
base class — bpy_struct
- class bpy.types.XrActionMapBinding(bpy_struct)
Binding in an XR action map item
- axis0_region
Action execution region for the first input axis
ANYAny – Use any axis region for operator execution.POSITIVEPositive – Use positive axis region only for operator execution.NEGATIVENegative – Use negative axis region only for operator execution.
- Type:
enum in [
'ANY','POSITIVE','NEGATIVE'], default"'ANY'"
- axis1_region
Action execution region for the second input axis
ANYAny – Use any axis region for operator execution.POSITIVEPositive – Use positive axis region only for operator execution.NEGATIVENegative – Use negative axis region only for operator execution.
- Type:
enum in [
'ANY','POSITIVE','NEGATIVE'], default"'ANY'"
- component_paths
OpenXR component paths
- Type:
XrComponentPathsbpy_prop_collectionofXrComponentPath, (readonly)
- name
Name of the action map binding
- Type:
string, default “”, (never None)
- pose_location
- Type:
mathutils.Vectorof 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
- pose_rotation
- Type:
mathutils.Eulerrotation of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
- profile
OpenXR interaction profile path
- Type:
string, default “”, (never None)
- threshold
Input threshold for button/axis actions
- Type:
float in [0, 1], default 0.0
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – 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 (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type