forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_world2d
Lukas Sägesser edited this page Jun 22, 2015
·
9 revisions
####Inherits: Resource ####Category: Core
Class that has everything pertaining to a 2D world.
- RID get_canvas ( )
- RID get_space ( )
- RID get_sound_space ( )
- Physics2DDirectSpaceState get_direct_space_state ( )
Class that has everything pertaining to a 2D world. A physics space, a visual scenario and a sound space. 2D nodes register their resources into the current 2D world.