diff options
Diffstat (limited to 'scene/3d/scenario_fx.h')
-rw-r--r-- | scene/3d/scenario_fx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/scenario_fx.h b/scene/3d/scenario_fx.h index a3c13e03a1..a73c455918 100644 --- a/scene/3d/scenario_fx.h +++ b/scene/3d/scenario_fx.h @@ -51,6 +51,8 @@ public: void set_environment(const Ref<Environment>& p_environment); Ref<Environment> get_environment() const; + String get_configuration_warning() const; + WorldEnvironment(); }; |