Wwise SDK 2023.1.8
|
#include <AkSpatialAudio.h>
Public 成员函数 | |
AkExtent () | |
AkExtent (AkReal32 in_halfWidth, AkReal32 in_halfHeight, AkReal32 in_halfDepth) | |
Public 属性 | |
AkReal32 | halfWidth = 0.0f |
AkReal32 | halfHeight = 0.0f |
AkReal32 | halfDepth = 0.0f |
AkExtent describes an extent with width, height and depth. halfWidth, halfHeight and halfDepth should form a vector from the centre of the volume to the positive corner. Used in AkPortalParams
, negative values in the extent will cause an error. For rooms, negative values can be used to opt out of room transmission.
在文件 AkSpatialAudio.h 第 133 行定义.