SkinEntry

spine.SkinEntry (Class)

Stores an entry in the skin consisting of the slot index and the attachment name.

Instance Members

spine
slotIndex: Int

spine
name: String


spine
set(slotIndex: Int, name: String): Void
Name Type
slotIndex Int
name String

spine
getSlotIndex(): Int
Returns
Int

spine
getName(): String

The name the attachment is associated with, equivalent to the skin placeholder name in the Spine editor.

Returns
String

spine
getAttachment(): spine.attachments.Attachment
Returns
spine.attachments.Attachment

spine
getHashCode(): Int
Returns
Int

spine
equals(object: Dynamic): Bool
Name Type
object Dynamic
Returns
Bool

spine
toString(): String
Returns
String

Private Members

spine
hashCode: Int

spine
new(slotIndex: Int, name: String, attachment: spine.attachments.Attachment): Void
Name Type
slotIndex Int
name String
attachment spine.attachments.Attachment