Attachment

spine.attachments.Attachment (Class) → PointAttachment, RegionAttachment, VertexAttachment

The base class for all attachments.

Instance Members

spine
name: String

spine
getName(): String

The attachment's name.

Returns
String

spine
toString(): String
Returns
String

spine
copy(): Attachment

Returns a copy of the attachment.

Returns
Attachment

spine
new(name: String): Void
Name Type
name String