#include <nnsys/g2d/g2d_Animation.h>
BOOL NNS_G2dSetAnimCtrlCurrentFrameNoResetCurrentTime
(
NNSG2dAnimController* pAnimCtrl,
u16 index );
pAnimCtrl |
[OUT] NNSG2dAnimController entity |
index |
[IN] Animation frame number |
None.
Sets the playback animation frame of the animation controller. It does not reset the internal current frame display time counter for the animation controller when changing frames. For this reason, it is possible to advance the animation sequence even when switching the animation frames in less time than the display time for a single animation frame.
NNS_G2dSetAnimCtrlCurrentFrame
2004/05/28 Initial version.
CONFIDENTIAL