#include <nnsys/g2d/g2d_MultiCellAnimation.h>
void NNS_G2dSetMCAnimationSpeed
(
NNSG2dMultiCellAnimation* pMultiCellAnim,
fx32 speed
);
pMultiCellAnim |
[OUT] Multicell animation |
speed |
[IN] Animation speed |
None.
Sets the animation speed of the multicell animation. Calls NNS_G2dSetCellAnimationSpeed
internally for all component cell animations.
This function was previously named NNS_G2dSetMCAnimSpeed
. The previous function will remain to maintain compatibility.
NNS_G2dSetMCAnimSpeed
NNS_G2dSetCellAnimationSpeed
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL