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

Classes

class  PolygonBatch
 
class  SkeletonAnimation
 Draws an animated skeleton, providing an AnimationState for applying one or more animations and queuing animations to be played later. More...
 
class  SkeletonRenderer
 Draws a skeleton. More...
 

Typedefs

typedef std::function< void(int
trackIndex)> 
StartListener
 
typedef std::function< void(int
trackIndex)> 
EndListener
 
typedef std::function< void(int
trackIndex, int loopCount)> 
CompleteListener
 
typedef std::function< void(int
trackIndex, spEvent *event)> 
EventListener
 

Typedef Documentation

typedef std::function<void(int trackIndex, int loopCount)> CompleteListener
typedef std::function<void(int trackIndex)> EndListener
typedef std::function<void(int trackIndex, spEvent* event)> EventListener
typedef std::function<void(int trackIndex)> StartListener