增加单个模型的时间因子参数

This commit is contained in:
ww-rm
2025-09-02 00:32:02 +08:00
parent 7806f9298d
commit 212ecc2ff3
8 changed files with 83 additions and 22 deletions

View File

@@ -167,6 +167,7 @@ namespace Spine
// 拷贝渲染设置
UsePma = other.UsePma;
Physics = other.Physics;
_animationState.TimeScale = other._animationState.TimeScale;
// 拷贝皮肤加载情况
_skinLoadStatus = other._skinLoadStatus.ToDictionary();