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

Classes

struct  spSlot
 

Functions

spSlotspSlot_create (spSlotData *data, spBone *bone)
 
void spSlot_dispose (spSlot *self)
 
void spSlot_setAttachment (spSlot *self, spAttachment *attachment)
 
void spSlot_setAttachmentTime (spSlot *self, float time)
 
float spSlot_getAttachmentTime (const spSlot *self)
 
void spSlot_setToSetupPose (spSlot *self)
 

Function Documentation

spSlot* spSlot_create ( spSlotData data,
spBone bone 
)
void spSlot_dispose ( spSlot self)
float spSlot_getAttachmentTime ( const spSlot self)
void spSlot_setAttachment ( spSlot self,
spAttachment attachment 
)
void spSlot_setAttachmentTime ( spSlot self,
float  time 
)
void spSlot_setToSetupPose ( spSlot self)