Wwise SDK 2025.1.0
|
#include <AkCommandTypes.h>
Public 属性 | |
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 行定义.