cocos2d-x  2.2.3
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Skin.h File Reference
#include <spine/Attachment.h>

Classes

struct  Skin
 

Namespaces

 cocos2d
 
 cocos2d::extension
 

Constant Groups

 cocos2d
 
 cocos2d::extension
 

Functions

Skin *  (const char *name)
void  (Skin *self)
void  (Skin *self, int slotIndex, const char *name, Attachment *attachment)
Attachment *  (const Skin *self, int slotIndex, const char *name)
const char *  (const Skin *self, int slotIndex, int attachmentIndex)
void  (const Skin *self, struct Skeleton *skeleton, const Skin *oldSkin)
 Attach each attachment in this skin if the corresponding attachment in oldSkin is currently attached. More...