NNS_G2dGetCellAnimationCurrentCell

Syntax

#include <nnsys/g2d/g2d_CellAnimation.h>

    NNS_G2D_INLINE const NNSG2dCellData* NNS_G2dGetCellAnimationCurrentCell
    ( 
        const NNSG2dCellAnimation* pCellAnim 
    );
  

Arguments

pCellAnim [IN] Cell animation

Return Values

Returns the currently displayed cell data.

Description

Gets the currently displayed cell of the cell animation.

See Also

None.

Revision History

2004/11/10 Initial version.


CONFIDENTIAL