mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Added methods to OpenXR interface to set which action sets are active
This commit is contained in:
parent
e9de988020
commit
d3ec17e9ae
3 changed files with 61 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue