OpenXRActionMap

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Array

action_sets

[]

Array

interaction_profiles

[]

Methods

void

add_action_set ( OpenXRActionSet action_set )

void

add_interaction_profile ( OpenXRInteractionProfile interaction_profile )

void

create_default_action_sets ( )

OpenXRActionSet

find_action_set ( String name ) const

OpenXRInteractionProfile

find_interaction_profile ( String name ) const

OpenXRActionSet

get_action_set ( int idx ) const

int

get_action_set_count ( ) const

OpenXRInteractionProfile

get_interaction_profile ( int idx ) const

int

get_interaction_profile_count ( ) const

void

remove_action_set ( OpenXRActionSet action_set )

void

remove_interaction_profile ( OpenXRInteractionProfile interaction_profile )


Property Descriptions

Array action_sets = []

  • void set_action_sets ( Array value )

  • Array get_action_sets ( )

There is currently no description for this property. Please help us by contributing one!


Array interaction_profiles = []

  • void set_interaction_profiles ( Array value )

  • Array get_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!