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

  • ANY Any – Use any axis region for operator execution.

  • POSITIVE Positive – Use positive axis region only for operator execution.

  • NEGATIVE Negative – 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

  • ANY Any – Use any axis region for operator execution.

  • POSITIVE Positive – Use positive axis region only for operator execution.

  • NEGATIVE Negative – Use negative axis region only for operator execution.

Type

enum in [‘ANY’, ‘POSITIVE’, ‘NEGATIVE’], default ‘ANY’

component_path0

OpenXR component path

Type

string, default “”, (never None)

component_path1

OpenXR component path

Type

string, default “”, (never None)

name

Name of the action map binding

Type

string, default “”, (never None)

pose_location
Type

float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)

pose_rotation
Type

float array 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 (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

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