バージョン
Wwise Unity Integration Documentation
|
This component represents a sound object in your scene and tracks its position and other game syncs such as Switches, RTPCs, and environment values. You can add this to any object that emits sound, and it is added to any object to which an AkAudioListener is attached. If it is not present, Wwise adds it automatically, with the default values, to any Unity Game Object that is passed to Wwise. [詳解]
MonoBehaviourを継承しています。
公開メンバ関数 | |
virtual UnityEngine.Vector3 | GetPosition () |
virtual UnityEngine.Vector3 | GetForward () |
virtual UnityEngine.Vector3 | GetUpward () |
公開変数類 | |
bool | isEnvironmentAware = true |
Indicates whether the object is affected by environmental changes. Set to false if the object is not affected in order to save some unnecessary calls. The default value is true. [詳解] | |
AkGameObjPositionOffsetData | m_positionOffsetData |
When not set to null, the position is offset relative to the Game Object position by the Position Offset [詳解] | |
This component represents a sound object in your scene and tracks its position and other game syncs such as Switches, RTPCs, and environment values. You can add this to any object that emits sound, and it is added to any object to which an AkAudioListener is attached. If it is not present, Wwise adds it automatically, with the default values, to any Unity Game Object that is passed to Wwise.