mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[csharp] Fixed Bone.UpdateAppliedTransform being public instead of internal.
This commit is contained in:
parent
5142ecc9ca
commit
9155d6e2f0
@ -274,7 +274,7 @@ namespace Spine {
|
|||||||
/// Some information is ambiguous in the world transform, such as -1,-1 scale versus 180 rotation. The applied transform after
|
/// Some information is ambiguous in the world transform, such as -1,-1 scale versus 180 rotation. The applied transform after
|
||||||
/// calling this method is equivalent to the local transform used to compute the world transform, but may not be identical.
|
/// calling this method is equivalent to the local transform used to compute the world transform, but may not be identical.
|
||||||
/// </para></summary>
|
/// </para></summary>
|
||||||
internal void UpdateAppliedTransform () {
|
public void UpdateAppliedTransform () {
|
||||||
Bone parent = this.parent;
|
Bone parent = this.parent;
|
||||||
if (parent == null) {
|
if (parent == null) {
|
||||||
ax = worldX - skeleton.x;
|
ax = worldX - skeleton.x;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user