バージョン
Wwise Unity Integration Documentation
|
Add this script on the GameObject which represents an emitter that uses the Spatial Audio API. [詳解]
公開メンバ関数 | |
void | EnteredRoom (AkRoom room) |
Called when entering a room. [詳解] |
|
void | ExitedRoom (AkRoom room) |
Called when exiting a room. [詳解] |
|
void | SetGameObjectInRoom () |
Sets the Unity Game Object within the highest priority room. [詳解] |
|
公開変数類 | |
AK.Wwise.AuxBus | reflectAuxBus = new AK.Wwise.AuxBus() |
The Auxiliary Bus with a Reflect plug-in Effect applied. [詳解] |
|
float | reflectionMaxPathLength = 1000 |
A heuristic to stop the computation of reflections. Should be no longer (and possibly shorter for less CPU usage) than the maximum attenuation of the sound emitter. [詳解] |
|
float | reflectionsAuxBusGain = 1 |
The gain [0, 1] applied to the reflect auxiliary bus. [詳解] |
|
uint | reflectionsOrder = 1 |
float | roomReverbAuxBusGain = 1 |
Send gain (0.f-1.f) that is applied when sending to the aux bus associated with the room that the emitter is in. [詳解] |
|
uint | diffractionMaxEdges = 0 |
The maximum number of edges that the sound can diffract around between the emitter and the listener. [詳解] |
|
uint | diffractionMaxPaths = 0 |
The maximum number of paths to the listener that the sound can take around obstacles. [詳解] |
|
uint | diffractionMaxPathLength = 0 |
The maximum length that a diffracted sound can travel. Should be no longer (and possibly shorter for less CPU usage) than the maximum attenuation of the sound emitter. [詳解] |
|
bool | drawFirstOrderReflections = false |
This allows you to visualize first order reflection sound paths. [詳解] |
|
bool | drawSecondOrderReflections = false |
This allows you to visualize second order reflection sound paths. [詳解] |
|
bool | drawHigherOrderReflections = false |
This allows you to visualize third or higher order reflection sound paths. [詳解] |
|
bool | drawDiffractionPaths = false |
This allows you to visualize geometric diffraction sound paths between an obstructed emitter and the listener. [詳解] |
|
Add this script on the GameObject which represents an emitter that uses the Spatial Audio API.