|
| Skin * | (const char *name) |
| var | ( var name) |
| local | ( local name) |
| void | (Skin *self) |
| local | ( local self) |
| 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) |
| Attachment * | (const Skin *self, int slotIndex, const char *name) |
| local | ( local self, local slotIndex, local name) |
| const char * | (const Skin *self, int slotIndex, int attachmentIndex) |
| var | ( var self, var slotIndex, var attachmentIndex) |
| local | ( local self, local slotIndex, local 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...
|
| |
| local | ( local self, local skeleton, local oldSkin) |
| | Attach each attachment in this skin if the corresponding attachment in oldSkin is currently attached. More...
|
| |