forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_world
Lukas Sägesser edited this page Jun 22, 2015
·
9 revisions
####Inherits: Resource ####Category: Core
Class that has everything pertaining to a world.
- RID get_space ( ) const
- RID get_scenario ( ) const
- RID get_sound_space ( ) const
- void set_environment ( Environment env )
- Environment get_environment ( ) const
- PhysicsDirectSpaceState get_direct_space_state ( )
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.