You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Added methods to OpenXR interface to set which action sets are active
This commit is contained in:
@@ -123,6 +123,10 @@ public:
|
||||
void set_display_refresh_rate(float p_refresh_rate);
|
||||
Array get_available_display_refresh_rates() const;
|
||||
|
||||
bool is_action_set_active(const String &p_action_set) const;
|
||||
void set_action_set_active(const String &p_action_set, bool p_active);
|
||||
Array get_action_sets() const;
|
||||
|
||||
virtual Size2 get_render_target_size() override;
|
||||
virtual uint32_t get_view_count() override;
|
||||
virtual Transform3D get_camera_transform() override;
|
||||
|
||||
Reference in New Issue
Block a user