mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Default inherit to true.
This commit is contained in:
parent
832b0f02aa
commit
364f1ff174
@ -38,7 +38,7 @@ namespace Spine {
|
||||
internal BoneData parent;
|
||||
internal String name;
|
||||
internal float length, x, y, rotation, scaleX = 1, scaleY = 1;
|
||||
internal bool inheritScale, inheritRotation;
|
||||
internal bool inheritScale = true, inheritRotation = true;
|
||||
|
||||
/// <summary>May be null.</summary>
|
||||
public BoneData Parent { get { return parent; } }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user