diff options
Diffstat (limited to 'scene/resources/world.h')
-rw-r--r-- | scene/resources/world.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/world.h b/scene/resources/world.h index 60b3b99ab0..b10cadd6e0 100644 --- a/scene/resources/world.h +++ b/scene/resources/world.h @@ -75,6 +75,8 @@ public: void set_environment(const Ref<Environment>& p_environment); Ref<Environment> get_environment() const; + PhysicsDirectSpaceState *get_direct_space_state(); + World(); ~World(); |