menu
Version
2022.1.18.8567
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2022.1.18
|
Sets multiple positions for a single game object. Setting multiple positions for a single game object is a way to simulate multiple emission sources while using the resources of only one voice. This can be used to simulate wall openings, area sounds, or multiple objects emitting the same sound in the same area. See AK::SoundEngine::SetMultiplePositions
.
Name | Type | Description |
---|---|---|
gameObject * | integer | Game Object identifier. A game object ID, unsigned integer 64-bit. Range: [0,18446744073709551615] |
positions * | array | Array of positions to apply. |
positions [...] | object | Position |
positions[...].position * | object | A 3D position to set for the game object. |
positions[...].position.orientationFront * | object | Orientation of the listener. |
positions[...].position.orientationFront.x * | number | X Position. |
positions[...].position.orientationFront.y * | number | Y Position. |
positions[...].position.orientationFront.z * | number | Z Position. |
positions[...].position.orientationTop * | object | Top orientation of the listener. |
positions[...].position.orientationTop.x * | number | X Position. |
positions[...].position.orientationTop.y * | number | Y Position. |
positions[...].position.orientationTop.z * | number | Z Position. |
positions[...].position.position * | object | Position of the listener |
positions[...].position.position.x * | number | X Position. |
positions[...].position.position.y * | number | Y Position. |
positions[...].position.position.z * | number | Z Position. |
multiPositionType * | integer | Uses values from AK::SoundEngine::MultiPositionType . Range: [0,2] |
(Required *)
Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise