cocos2d-x  2.2.6
 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
 

Functions

CC_EX_DLL Skin *  (const char *name)
CC_EX_DLL void  (Skin *self)
var  ( var self)
local  ( local self)
CC_EX_DLL void  (Skin *self, int slotIndex, const char *name, Attachment *attachment)
var  ( var self, var slotIndex, var name, var attachment)
local  ( local self, local slotIndex, local name, local attachment)
CC_EX_DLL Attachment *  (const Skin *self, int slotIndex, const char *name)
var  ( var self, var slotIndex, var name)
local  ( local self, local slotIndex, local name)
CC_EX_DLL const char *  (const Skin *self, int slotIndex, int attachmentIndex)
var  ( var self, var slotIndex, var attachmentIndex)
local  ( local self, local slotIndex, local attachmentIndex)
CC_EX_DLL 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...