AttachmentLoader
spine.attachments.AttachmentLoader (Interface) → AtlasAttachmentLoader
The interface which can be implemented to customize creating and populating attachments.
See Loading skeleton data in the Spine Runtimes Guide.
Instance Members
Name | Type |
---|---|
skin |
spine.Skin |
name |
String |
path |
String |
Returns | Description |
---|---|
RegionAttachment | May be null to not load the attachment. |
Name | Type |
---|---|
skin |
spine.Skin |
name |
String |
path |
String |
Returns | Description |
---|---|
MeshAttachment | May be null to not load the attachment. In that case null should also be returned for child meshes. |
Name | Type |
---|---|
skin |
spine.Skin |
name |
String |
Returns | Description |
---|---|
BoundingBoxAttachment | May be null to not load the attachment. |
Name | Type |
---|---|
skin |
spine.Skin |
name |
String |
Returns | Description |
---|---|
ClippingAttachment | May be null to not load the attachment. |
Name | Type |
---|---|
skin |
spine.Skin |
name |
String |
Returns | Description |
---|---|
PathAttachment | May be null to not load the attachment. |
Name | Type |
---|---|
skin |
spine.Skin |
name |
String |
Returns | Description |
---|---|
PointAttachment | May be null to not load the attachment. |