mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[libgdx] Reference scale javadocs.
This commit is contained in:
parent
1dbbfda2c8
commit
30d92e1a14
@ -283,8 +283,8 @@ public class SkeletonData {
|
|||||||
this.height = height;
|
this.height = height;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Baseline scale factor for applying distance-dependent effects on non-scalable properties, such as angle or scale. Default
|
/** Baseline scale factor for applying physics and other effects based on distance to non-scalable properties, such as angle or
|
||||||
* is 100. */
|
* scale. Default is 100. */
|
||||||
public float getReferenceScale () {
|
public float getReferenceScale () {
|
||||||
return referenceScale;
|
return referenceScale;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user