1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Expose OpenXRAPI methods to get XrAction handles

This commit is contained in:
devloglogan
2025-01-10 18:04:00 -06:00
parent aa65940a85
commit c5e40e11e9
3 changed files with 32 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ public:
int64_t get_next_frame_time();
bool can_render();
RID find_action(const String &p_name, const RID &p_action_set = RID());
uint64_t action_get_handle(RID p_action);
uint64_t get_hand_tracker(int p_hand_index);
void register_composition_layer_provider(OpenXRExtensionWrapperExtension *p_extension);