mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-21 01:06:43 +08:00
[libgdx] Javadoc.
This commit is contained in:
parent
a42f135baa
commit
175bb90523
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user