SkeletonLoader
spine.SkeletonLoader (Class) → SkeletonJson
Base class for loading skeleton data from a file.
See JSON and binary data in the Spine Runtimes Guide.
Instance Members
Scales bone positions, image sizes, and translations as they are loaded. This allows different size images to be used at runtime than were used in Spine.
See Scaling in the Spine Runtimes Guide. | Returns | |---------| | [Float](/api-docs/clay-native/Float/) |
Name | Type |
---|---|
scale |
Float |
Creates a skeleton loader that loads attachments using the specified attachment loader.
See Loading skeleton data in the Spine Runtimes Guide.
Name | Type |
---|---|
attachmentLoader |
spine.attachments.AttachmentLoader |