forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_room
reduz edited this page Feb 23, 2014
·
8 revisions
####Inherits: VisualInstance ####Category: Core
Room data resource.
- void set_room ( Room room )
- Room get_room ( ) const
- void compute_room_from_subtree ( )
- void set_simulate_acoustics ( bool enable )
- bool is_simulating_acoustics ( ) const
Room contains the data to define the bounds of a scene (using a BSP Tree). It is instanced by a [RoomInstance] node to create rooms. See that class documentation for more information about rooms.