Wwise SDK 2025.1.0
|
#include <AkCommandTypes.h>
Public 属性 | |
AkPlayingID | playingID |
Playing ID that was used to open the dynamic sequence 更多... | |
AkUInt32 | operation |
Operation to execute the dynamic sequence 更多... | |
AkTimeMs | transitionTime |
(optional) Duration of transition in milliseconds 更多... | |
AkCurveInterpolation_t | fadeCurve |
(optional) Curve type to be used for the transition, see AkCurveInterpolation 更多... | |
Execute an operation on a dynamic sequence.
Refer to AkDynamicSequenceOp to learn the possible operations.
This command can fail for the following reasons:
playingID
is an invalid ID, or operation
is not a valid dynamic sequence operation, or fadeCurve
is not a valid curve type.playingID
is valid but does not refer to an active dynamic sequence在文件 AkCommandTypes.h 第 799 行定义.