OpenXRActionMap
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
Methods
void |
add_action_set ( OpenXRActionSet action_set ) |
void |
add_interaction_profile ( OpenXRInteractionProfile interaction_profile ) |
void |
|
find_action_set ( String name ) const |
|
find_interaction_profile ( String name ) const |
|
get_action_set ( int idx ) const |
|
get_action_set_count ( ) const |
|
get_interaction_profile ( int idx ) const |
|
get_interaction_profile_count ( ) const |
|
void |
remove_action_set ( OpenXRActionSet action_set ) |
void |
remove_interaction_profile ( OpenXRInteractionProfile interaction_profile ) |
Property Descriptions
Array action_sets = []
There is currently no description for this property. Please help us by contributing one!
Array interaction_profiles = []
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_action_set ( OpenXRActionSet action_set )
There is currently no description for this method. Please help us by contributing one!
void add_interaction_profile ( OpenXRInteractionProfile interaction_profile )
There is currently no description for this method. Please help us by contributing one!
void create_default_action_sets ( )
There is currently no description for this method. Please help us by contributing one!
OpenXRActionSet find_action_set ( String name ) const
There is currently no description for this method. Please help us by contributing one!
OpenXRInteractionProfile find_interaction_profile ( String name ) const
There is currently no description for this method. Please help us by contributing one!
OpenXRActionSet get_action_set ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_action_set_count ( ) const
There is currently no description for this method. Please help us by contributing one!
OpenXRInteractionProfile get_interaction_profile ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_interaction_profile_count ( ) const
There is currently no description for this method. Please help us by contributing one!
void remove_action_set ( OpenXRActionSet action_set )
There is currently no description for this method. Please help us by contributing one!
void remove_interaction_profile ( OpenXRInteractionProfile interaction_profile )
There is currently no description for this method. Please help us by contributing one!