XrActionMapBindings(bpy_struct)

base class — bpy_struct

class bpy.types.XrActionMapBindings(bpy_struct)

Collection of XR action map bindings

new(name, replace_existing)

new

Parameters
  • name (string, (never None)) – Name of the action map binding

  • replace_existing (boolean) – Replace Existing, Replace any existing binding with the same name

Returns

Binding, Added action map binding

Return type

XrActionMapBinding

new_from_binding(binding)

new_from_binding

Parameters

binding (XrActionMapBinding, (never None)) – Binding, Binding to use as a reference

Returns

Binding, Added action map binding

Return type

XrActionMapBinding

remove(binding)

remove

Parameters

binding (XrActionMapBinding, (never None)) – Binding

find(name)

find

Parameters

name (string, (never None)) – Name

Returns

Binding, The action map binding with the given name

Return type

XrActionMapBinding

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