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

Classes

struct  spAttachmentLoader
 

Functions

void  (spAttachmentLoader *self)
spAttachment (spAttachmentLoader *self, spSkin *skin, spAttachmentType type, const char *name)
var  ( var self, var skin, var type, var name)
local  ( local self, local skin, local type, local name)

Function Documentation

void spAttachmentLoader_dispose ( spAttachmentLoader self)
var spAttachmentLoader_dispose ( var  self)
local spAttachmentLoader_dispose ( local  self)
spAttachment*
spAttachmentLoader_newAttachment
( spAttachmentLoader self,
spSkin skin,
spAttachmentType  type,
const char *  name 
)
var
spAttachmentLoader_newAttachment
( var  self,
var  skin,
var  type,
var  name 
)
local
spAttachmentLoader_newAttachment
( local  self,
local  skin,
local  type,
local  name 
)