cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AnimationFrame Class Reference

AnimationFrame A frame of the animation. More...

#include <CCAnimation.h>

Inheritance diagram for AnimationFrame:
Ref Clonable

Classes

struct  DisplayedEventInfo
 

Public Member Functions

SpriteFramegetSpriteFrame () const
 
void setSpriteFrame (SpriteFrame *frame)
 
float getDelayUnits () const
 Gets the units of time the frame takes. More...
 
void setDelayUnits (float delayUnits)
 Sets the units of time the frame takes. More...
 
const ValueMapgetUserInfo () const
 Gets user infomation A AnimationFrameDisplayedNotification notification will be broadcast when the frame is displayed with this dictionary as UserInfo. More...
 
ValueMapgetUserInfo ()
 
void setUserInfo (const ValueMap &userInfo)
 Sets user infomation. More...
 
virtual AnimationFrameclone () const override
 returns a copy of the Ref More...
 
virtual ~AnimationFrame ()
 NA NA More...
 
bool initWithSpriteFrame (SpriteFrame *spriteFrame, float delayUnits, const ValueMap &userInfo)
 initializes the animation frame with a spriteframe, number of delay units and a notification user info More...
 
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()
 NA NA More...
 
- Public Member Functions inherited from Clonable
virtual ~Clonable ()
 NA NA More...
 
Refcopy () const
 returns a copy of the Ref. More...
 

Static Public Member Functions

static AnimationFramecreate (SpriteFrame *spriteFrame, float delayUnits, const ValueMap &userInfo)
 Creates the animation frame with a spriteframe, number of delay units and a notification user info. More...
 

Public Attributes

CC_CONSTRUCTOR_ACCESS __pad0__: AnimationFrame()
 

Protected Attributes

SpriteFrame_spriteFrame
 SpriteFrameName to be used. More...
 
float _delayUnits
 how many units of time the frame takes More...
 
ValueMap _userInfo
 A AnimationFrameDisplayedNotification notification will be broadcast when the frame is displayed with this dictionary as UserInfo. More...
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 

Detailed Description

AnimationFrame A frame of the animation.

It contains information like:

  • sprite frame name
  • # of delay units.
  • offset
Since
v2.0

Constructor & Destructor Documentation

virtual ~AnimationFrame ( )
virtual

NA NA

Member Function Documentation

virtual AnimationFrame* clone ( ) const
overridevirtual

returns a copy of the Ref

Implements Clonable.

static AnimationFrame* create ( SpriteFrame spriteFrame,
float  delayUnits,
const ValueMap userInfo 
)
static

Creates the animation frame with a spriteframe, number of delay units and a notification user info.

Since
3.0
float getDelayUnits ( ) const
inline

Gets the units of time the frame takes.

SpriteFrame* getSpriteFrame ( ) const
inline
const ValueMap& getUserInfo ( ) const
inline

Gets user infomation A AnimationFrameDisplayedNotification notification will be broadcast when the frame is displayed with this dictionary as UserInfo.

If UserInfo is nil, then no notification will be broadcast.

ValueMap& getUserInfo ( )
inline
bool initWithSpriteFrame ( SpriteFrame spriteFrame,
float  delayUnits,
const ValueMap userInfo 
)

initializes the animation frame with a spriteframe, number of delay units and a notification user info

void setDelayUnits ( float  delayUnits)
inline

Sets the units of time the frame takes.

void setSpriteFrame ( SpriteFrame frame)
inline
void setUserInfo ( const ValueMap userInfo)
inline

Sets user infomation.

Member Data Documentation

float _delayUnits
protected

how many units of time the frame takes

SpriteFrame* _spriteFrame
protected

SpriteFrameName to be used.

ValueMap _userInfo
protected

A AnimationFrameDisplayedNotification notification will be broadcast when the frame is displayed with this dictionary as UserInfo.

If UserInfo is nil, then no notification will be broadcast.


The documentation for this class was generated from the following file: