menu
バージョン
2018.1.11.6987
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
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.5.8803
2023.1.13.8732
2022.1.19.8584
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 2018.1.11
|
Set the position of a game object. See AK::SoundEngine::SetPosition
.
Graphical User Interface.
Name | Type | Description |
---|---|---|
gameObject * | integer | Game Object identifier. |
position * | object | The 3D position to set for the game object. |
(Required *)
description : Game Object identifier.
type : integer
minimum : 0
maximum : 18446744073709551615
type : object
description : The 3D position to set for the game object.
Name | Type | Description |
---|---|---|
orientationFront * | object | Orientation of the listener. |
orientationTop * | object | Top orientation of the listener. |
position * | object | Position of the listener |
(Required *)
argsSchema / position / ...
type : object
description : Orientation of the listener.
Name | Type | Description |
---|---|---|
x * | number | X Position. |
y * | number | Y Position. |
z * | number | Z Position. |
(Required *)
argsSchema / position / ...
type : object
description : Top orientation of the listener.
Name | Type | Description |
---|---|---|
x * | number | X Position. |
y * | number | Y Position. |
z * | number | Z Position. |
(Required *)
argsSchema / position / ...
type : object
description : Position of the listener
Name | Type | Description |
---|---|---|
x * | number | X Position. |
y * | number | Y Position. |
z * | number | Z Position. |
(Required *)
Sets the position of "gameObject" to "position/position" with the provided orientation.
Document version : 1