Wwise SDK 2025.1.0
|
#include <AkCommandTypes.h>
Public 属性 | |
AkGameObjectID | gameObjectID |
Game Object ID 更多... | |
struct AkWorldTransform | position |
Game object position 更多... | |
AkUInt32 | flags |
See AkSetPositionFlags 更多... | |
Sets the position of a game object.
This command can fail for the following reasons:
gameObjectID
is outside the valid range, or position is not a valid transform.gameObjectID
is not a registered game object ID.在文件 AkCommandTypes.h 第 265 行定义.