瀏覽代碼

[libgdx] Javadoc.

NathanSweet 6 年之前
父節點
當前提交
175bb90523
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Bone.java

+ 2 - 2
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Bone.java

@@ -261,7 +261,7 @@ public class Bone implements Updatable {
 		this.y = y;
 	}
 
-	/** The local rotation. */
+	/** The local rotation in degrees, counter clockwise. */
 	public float getRotation () {
 		return rotation;
 	}
@@ -336,7 +336,7 @@ public class Bone implements Updatable {
 		this.ay = ay;
 	}
 
-	/** The applied local rotation. */
+	/** The applied local rotation in degrees, counter clockwise. */
 	public float getARotation () {
 		return arotation;
 	}