mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-04 06:39:09 +08:00
Javadocs.
This commit is contained in:
parent
3f3098902b
commit
afab54aaa1
@ -9,7 +9,10 @@ import com.esotericsoftware.spine.SkeletonJson.LinkedMesh;
|
|||||||
import com.esotericsoftware.spine.attachments.AtlasAttachmentLoader;
|
import com.esotericsoftware.spine.attachments.AtlasAttachmentLoader;
|
||||||
import com.esotericsoftware.spine.attachments.AttachmentLoader;
|
import com.esotericsoftware.spine.attachments.AttachmentLoader;
|
||||||
|
|
||||||
/** Base class for loading skeleton data from a file. */
|
/** Base class for loading skeleton data from a file.
|
||||||
|
* <p>
|
||||||
|
* See <a href="http://esotericsoftware.com/spine-loading-skeleton-data#JSON-and-binary-data">JSON and binary data</a> in the
|
||||||
|
* Spine Runtimes Guide. */
|
||||||
abstract public class SkeletonLoader {
|
abstract public class SkeletonLoader {
|
||||||
final AttachmentLoader attachmentLoader;
|
final AttachmentLoader attachmentLoader;
|
||||||
float scale = 1;
|
float scale = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user