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

#include <CCFrame.h>

Inheritance diagram for RotationSkewFrame:
SkewFrame Frame Ref

Public Member Functions

 RotationSkewFrame ()
 
virtual void onEnter (Frame *nextFrame, int currentFrameIndex) override
 
virtual void apply (float percent) override
 
virtual Frameclone () override
 
- Public Member Functions inherited from SkewFrame
 SkewFrame ()
 
void setSkewX (float skewx)
 
float getSkewX () const
 
void setSkewY (float skewy)
 
float getSkewY () const
 
- Public Member Functions inherited from Frame
virtual void setFrameIndex (unsigned int frameIndex)
 
virtual unsigned int getFrameIndex () const
 
virtual void setTimeline (Timeline *timeline)
 
virtual TimelinegetTimeline () const
 
virtual void setNode (cocos2d::Node *node)
 
virtual cocos2d::NodegetNode () const
 
virtual void setTween (bool tween)
 
virtual bool isTween () const
 
virtual bool isEnterWhenPassed ()
 
- 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...
 

Static Public Member Functions

static RotationSkewFramecreate ()
 
- Static Public Member Functions inherited from SkewFrame
static SkewFramecreate ()
 

Additional Inherited Members

- Protected Member Functions inherited from Frame
 Frame ()
 
virtual ~Frame ()
 
virtual void emitEvent ()
 
virtual void cloneProperty (Frame *frame)
 
- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
- Protected Attributes inherited from SkewFrame
float _skewX
 
float _skewY
 
float _betweenSkewX
 
float _betweenSkewY
 
- Protected Attributes inherited from Frame
unsigned int _frameIndex
 
bool _tween
 
bool _enterWhenPassed
 
Timeline_timeline
 
cocos2d::Node_node
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Constructor & Destructor Documentation

Member Function Documentation

virtual void apply ( float  percent)
overridevirtual

Reimplemented from SkewFrame.

virtual Frame* clone ( )
overridevirtual

Reimplemented from SkewFrame.

static RotationSkewFrame* create ( )
static
virtual void onEnter ( Frame nextFrame,
int  currentFrameIndex 
)
overridevirtual

Reimplemented from SkewFrame.


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