Skeleton
class Skeleton {
spSkeleton* sp_skeleton;
}
A destructor is present on this object, but not explicitly documented in the source.
- getAttachmentForSlotIndex
spAttachment* getAttachmentForSlotIndex(int slotIdx, string attachmentName)
@param attachmentName May be null
- setAttachment
void setAttachment(string slotName, string attachmentName)
@param attachmentName May be null
- sp_skeleton_protected
const(spSkeleton)* sp_skeleton_protected()
Useful for custom implementations of Skeleton.draw()