Wwise SDK 2019.2.15
|
Sets the scaling factor of a game object. You can modify the attenuation computations on this game object to simulate sounds with a larger or smaller affected areas. See AK::SoundEngine::SetScalingFactor
.
Name | Type | Description |
---|---|---|
gameObject * | integer | The game object identifier. A game object ID, unsigned integer 64-bit. Range: [0,18446744073709551615] |
attenuationScalingFactor * | number | The scaling factor, where 1 means 100%, 0.5 means 50%, 2 means 200%, and so on. |
(Required *)
Refer to Wwise Authoring API (WAAPI)を使用する for more information about Wwise Authoring API.