Wwise SDK 2025.1.0
|
#include <AkCommandTypes.h>
Public 属性 | |
AkUniqueID | eventID |
ID of event 更多... | |
AkGameObjectID | gameObjectID |
(optional) Game Object ID (can be invalid) 更多... | |
AkTimeMs | transitionTime |
(optional) Duration of transition in milliseconds 更多... | |
AkPlayingID | playingID |
(optional) Limit scope to specified playing ID. 更多... | |
AkUInt8 | fadeCurve |
(optional) Curve type to be used for the game parameter interpolation, see AkCurveInterpolation 更多... | |
AkUInt8 | actionType |
See AkActionOnEventType 更多... | |
Executes an action on all nodes that are referenced in the specified event in an action of type play.
This command can fail for the following reasons:
eventID
is invalid or actionType
is not a valid actiongameObjectID
is specified but not a registered game object.在文件 AkCommandTypes.h 第 566 行定义.