class_room - vkbsb/godot GitHub Wiki
Room
####Inherits: VisualInstance ####Category: Core
Brief Description
Room data resource.
Member Functions
- 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
Description
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.