#include <nnsys/g2d/g2d_Animation.h>
static inline void NNS_G2dSetAnimCtrlPlayModeOverridden
(
NNSG2dAnimController* pAnimCtrl,
NNSG2dAnimationPlayMode playMode
);
pAnimCtrl |
[OUT] NNSG2dAnimController entity |
playMode |
[IN] Newly set play mode |
None.
Overrides the play mode of the animation sequence that is set by the file information.
When resetting to the original state, call the NNS_G2dResetAnimCtrlPlayModeOverridden
function.
None.
2004/05/28 Initial version.
CONFIDENTIAL