#include <nnsys/g2d/g2d_Animation.h>
BOOL NNS_G2dTickAnimController(
NNSG2dAnimController* pAnimCtrl,
fx32 frames );
| pAnimCtrl | [OUT] NNSG2dAnimController entity |
| frames | [IN] Amount of time to advance (Video Frames) |
Returns TRUE if there has been a change in the animation result. The user utilizes the return value as a reflection of the timing for the animation result. Please refer to the methods of use in NNSG2dCellAnimation.
Advances the animation time. The name of this function has changed to NNS_G2dTickAnimCtrl. The past function remains as a separate name to maintain compatibility.
08/02/2004 Renamed function.
05/28/2004 Initial version.