Wwise SDK 2019.1.11
|
Set the position of a game object. See AK::SoundEngine::SetPosition
.
Name | Type | Description |
---|---|---|
gameObject * | integer | Game Object identifier. A game object ID, unsigned integer 64-bit. Range: [0,18446744073709551615] |
position * | object | The 3D position to set for the game object. |
position.orientationTop * | object | Top orientation of the listener. |
position.orientationTop.y * | number | Y Position. |
position.orientationTop.x * | number | X Position. |
position.orientationTop.z * | number | Z Position. |
position.position * | object | Position of the listener |
position.position.y * | number | Y Position. |
position.position.x * | number | X Position. |
position.position.z * | number | Z Position. |
position.orientationFront * | object | Orientation of the listener. |
position.orientationFront.y * | number | Y Position. |
position.orientationFront.x * | number | X Position. |
position.orientationFront.z * | number | Z Position. |
(Required *)
Refer to Using the Wwise Authoring API (WAAPI) for more information about WAAPI.
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