Wwise SDK 2025.1.0
|
#include <AkCommandTypes.h>
公開変数類 | |
AkTriggerID | triggerID |
ID of the trigger [詳解] | |
AkGameObjectID | gameObjectID |
(optional) Game Object ID; set to AK_INVALID_GAME_OBJECT post trigger in global scope. [詳解] | |
Post the specified trigger. This operation can be performed at global scope or game object scope.
This command can fail for the following reason:
triggerID
is not validgameObjectID
is specified but not registered.AkCommandTypes.h の 698 行目に定義があります。