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