Wwise SDK 2025.1.0
|
#include <AkCommandTypes.h>
公開変数類 | |
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 行目に定義があります。