Wwise SDK 2025.1.0
|
#include <AkSpatialAudioTypes.h>
公開メンバ関数 | |
AkExtent () | |
AkExtent (AkReal32 in_halfWidth, AkReal32 in_halfHeight, AkReal32 in_halfDepth) | |
公開変数類 | |
AkReal32 | halfWidth |
AkReal32 | halfHeight |
AkReal32 | halfDepth |
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.
AkSpatialAudioTypes.h の 398 行目に定義があります。