You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Add XR Environment Blend Mode Support
This commit is contained in:
@@ -147,6 +147,10 @@ public:
|
||||
virtual bool start_passthrough() override;
|
||||
virtual void stop_passthrough() override;
|
||||
|
||||
/** environment blend mode. */
|
||||
virtual Array get_supported_environment_blend_modes() override;
|
||||
virtual bool set_environment_blend_mode(XRInterface::EnvironmentBlendMode mode) override;
|
||||
|
||||
void on_state_ready();
|
||||
void on_state_visible();
|
||||
void on_state_focused();
|
||||
|
||||
Reference in New Issue
Block a user