bool | Whether to center the room model on the listener or position its center in world space. |
float | width[Get] Width of the room, in meters. |
float | height[Get] Height of the room, in meters. |
float | depth[Get] Depth of the room, in meters. |
leftMaterial[Get] Material preset of the left wall of the room model. | |
rightMaterial[Get] Material preset of the right wall of the room model. | |
ceilingMaterial[Get] Material preset of the ceiling of the room model. | |
floorMaterial[Get] Material preset of the floor of the room model. | |
frontMaterial[Get] Material preset of the front wall of the room model. | |
backMaterial[Get] Material preset of the back wall of the room model. | |
float | clutterFactor[Get] Current room clutter factor. |
AcousticTile | = 0 |
Brick | |
BrickPainted | |
Cardboard | |
Carpet | |
CarpetHeavy | |
CarpetHeavyPadded | |
CeramicTile | |
Concrete | |
ConcreteRough | |
ConcreteBlock | |
ConcreteBlockPainted | |
Curtain | |
Foliage | |
Glass | |
GlassHeavy | |
Grass | |
Gravel | |
GypsumBoard | |
Marble | |
Mud | |
PlasterOnBrick | |
PlasterOnConcreteBlock | |
Rubber | |
Soil | |
SoundProof | |
Snow | |
Steel | |
Stone | |
Vent | |
Water | |
WoodThin | |
WoodThick | |
WoodFloor | |
WoodOnConcrete | |
MetaDefault |
bool MetaXRAudioRoomAcousticProperties.lockPositionToListener |
---|
Whether to center the room model on the listener or position its center in world space. If set to false, the room model's center will be placed at the transform position. |
float MetaXRAudioRoomAcousticProperties.width |
---|
Width of the room, in meters. |
float MetaXRAudioRoomAcousticProperties.height |
---|
Height of the room, in meters. |
float MetaXRAudioRoomAcousticProperties.depth |
---|
Depth of the room, in meters. |
MaterialPreset MetaXRAudioRoomAcousticProperties.leftMaterial |
---|
Material preset of the left wall of the room model. See Also: |
MaterialPreset MetaXRAudioRoomAcousticProperties.rightMaterial |
---|
Material preset of the right wall of the room model. See Also: |
MaterialPreset MetaXRAudioRoomAcousticProperties.ceilingMaterial |
---|
Material preset of the ceiling of the room model. See Also: |
MaterialPreset MetaXRAudioRoomAcousticProperties.floorMaterial |
---|
Material preset of the floor of the room model. See Also: |
MaterialPreset MetaXRAudioRoomAcousticProperties.frontMaterial |
---|
Material preset of the front wall of the room model. See Also: |
MaterialPreset MetaXRAudioRoomAcousticProperties.backMaterial |
---|
Material preset of the back wall of the room model. See Also: |
float MetaXRAudioRoomAcousticProperties.clutterFactor |
---|
Current room clutter factor. This is a simplified interface to the native, frequency-dependent clutter factor. The singular value represented here is transformed into a the frequency-dependent clutter factor of MetaXRAudioNativeInterface::NativeInterface::SetRoomClutterFactor through means of the following formula:
|