NNS_G2dSetMCAnimSpeed

Syntax

#include <nnsys/g2d/g2d_MultiCellAnimation.h>
void NNS_G2dSetMCAnimSpeed
                           (
                               NNSG2dMultiCellAnimation*   pMultiCellAnim, 
                               fx32                        speed  
                            );
  

Arguments

pMultiCellAnim [OUT] Multicell animation
speed [IN] Animation speed

Return Values

None.

Description

Sets the animation speed of the multicell animation. Calls NNS_G2dSetCellAnimationSpeed internally for all component cell animations.

See Also

NNS_G2dSetCellAnimationSpeed

Revision History

2004/05/28 Initial version.


CONFIDENTIAL