瀏覽代碼

Javadocs.

Nathan Sweet 5 年之前
父節點
當前提交
afab54aaa1
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/SkeletonLoader.java

+ 4 - 1
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/SkeletonLoader.java

@@ -9,7 +9,10 @@ import com.esotericsoftware.spine.SkeletonJson.LinkedMesh;
 import com.esotericsoftware.spine.attachments.AtlasAttachmentLoader;
 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 {
 	final AttachmentLoader attachmentLoader;
 	float scale = 1;