class AcousticsSpace
Defined in:
The C4Spaces.h
AcousticsSpace
class represents an acoustic space node in a world.
Definition
class AcousticsSpace final : public Space
Constructor
AcousticsSpace(const Vector3D& size);
Parameters
size |
The size of the box. |
Description
Base Classes
Space |
An acoustic space is a specific type of space. |
See Also