XrActionMapItems(bpy_struct)
base class — bpy_struct
- class bpy.types.XrActionMapItems(bpy_struct)
Collection of XR action map items
- new(name, replace_existing)
new
- Parameters
name (string, (never None)) – Name of the action map item
replace_existing (boolean) – Replace Existing, Replace any existing item with the same name
- Returns
Item, Added action map item
- Return type
- new_from_item(item)
new_from_item
- Parameters
item (
XrActionMapItem
, (never None)) – Item, Item to use as a reference- Returns
Item, Added action map item
- Return type
- remove(item)
remove
- Parameters
item (
XrActionMapItem
, (never None)) – Item
- find(name)
find
- Parameters
name (string, (never None)) – Name
- Returns
Item, The action map item with the given name
- Return type
- 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