mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +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;
|
||||
}
|
||||
|
||||
/** Baseline scale factor for applying distance-dependent effects on non-scalable properties, such as angle or scale. Default
|
||||
* is 100. */
|
||||
/** Baseline scale factor for applying physics and other effects based on distance to non-scalable properties, such as angle or
|
||||
* scale. Default is 100. */
|
||||
public float getReferenceScale () {
|
||||
return referenceScale;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user