class_world - vkbsb/godot GitHub Wiki
World
####Inherits: Resource ####Category: Core
Brief Description
Class that has everything pertaining to a world.
Member Functions
- RID get_space ( ) const
- RID get_scenario ( ) const
- RID get_sound_space ( ) const
- void set_environment ( Environment env )
- Environment get_environment ( ) const
Description
Class that has everything pertaining to a world. A physics space, a visual scenario and a sound space. Spatial nodes register their resources into the current world.