#include <nnsys/g2d/g2d_Animation.h>
void NNS_G2dResetAnimationState(
NNSG2dAnimController* pAnimCtrl );
pAnimCtrl |
[OUT] NNSG2dAnimController entity |
None.
Resets the animation state. Depending on the playback direction, the initial animation state may be changed. The name of this function has changed to NNS_G2dResetAnimCtrlState
. To maintain compatibility, the previous function was kept under a different name.
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL