SkeletonLoader Type
Base class for loading skeleton data from a file.
SeeJSON and binary data in the Spine Runtimes Guide.
Constructors
Constructor | Description |
|
Creates a skeleton loader that loads attachments using an AtlasAttachmentLoader with the specified atlas.
|
|
Creates a skeleton loader that loads attachments using the specified attachment loader. See Loading skeleton data in the Spine Runtimes Guide.
|
Instance members
Instance member | Description |
Full Usage:
this.ReadSkeletonData
Parameters:
string
Returns: SkeletonData
Modifiers: abstract |
|
Full Usage:
this.Scale
|
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. |