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

#include <CCActionFrameEasing.h>

Inheritance diagram for ActionFrameEasing:
Ref

Public Member Functions

 ActionFrameEasing ()
virtual ~ActionFrameEasing ()
float bounceTime (float t)
float easeValue (float t)
- 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 ()

Protected Attributes

FrameEasingType _type
float _fValue
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Additional Inherited Members

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

Constructor & Destructor Documentation

virtual ~ActionFrameEasing ( )
virtual

Member Function Documentation

float bounceTime ( float  t)
float easeValue ( float  t)

Member Data Documentation

float _fValue
protected
FrameEasingType _type
protected

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