فهرست منبع

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