mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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;
|
||||
}
|
||||
|
||||
/** 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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user