Classes | |
| struct | spSlot |
Functions | |
| spSlot * | (spSlotData *data, spBone *bone) |
| void | (spSlot *self) |
| void | (spSlot *self, spAttachment *attachment) |
| void | (spSlot *self, float time) |
| float | (const spSlot *self) |
| void | (spSlot *self) |
| spSlot* spSlot_create | ( | spSlotData * | data, |
| spBone * | bone | ||
| ) |
| var spSlot_create | ( | var | data, |
| var | bone | ||
| ) |
| local spSlot_create | ( | local | data, |
| local | bone | ||
| ) |
| void spSlot_dispose | ( | spSlot * | self | ) |
| var spSlot_dispose | ( | var | self | ) |
| local spSlot_dispose | ( | local | self | ) |
| void spSlot_setAttachment | ( | spSlot * | self, |
| spAttachment * | attachment | ||
| ) |
| var spSlot_setAttachment | ( | var | self, |
| var | attachment | ||
| ) |
| local spSlot_setAttachment | ( | local | self, |
| local | attachment | ||
| ) |
| void spSlot_setAttachmentTime | ( | spSlot * | self, |
| float | time | ||
| ) |
| var spSlot_setAttachmentTime | ( | var | self, |
| var | time | ||
| ) |
| local spSlot_setAttachmentTime | ( | local | self, |
| local | time | ||
| ) |
| float spSlot_getAttachmentTime | ( | const spSlot * | self | ) |
| var spSlot_getAttachmentTime | ( | var | self | ) |
| local spSlot_getAttachmentTime | ( | local | self | ) |
| void spSlot_setToSetupPose | ( | spSlot * | self | ) |
| var spSlot_setToSetupPose | ( | var | self | ) |
| local spSlot_setToSetupPose | ( | local | self | ) |