mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 18:26:12 +08:00
[unity] Fixed a compile error on older Unity (mono) versions introduced in commit 9427732.
This commit is contained in:
parent
c0901ba302
commit
fa9e033adb
@ -93,7 +93,7 @@ namespace Spine.Unity {
|
||||
/// (<c>Time.unscaledDeltaTime</c> instead of the default Game Time(<c>Time.deltaTime</c>).
|
||||
/// to animate independent of game <c>Time.timeScale</c>.
|
||||
/// Instance SkeletonGraphic.timeScale and SkeletonAnimation.timeScale will still be applied.</summary>
|
||||
public bool UnscaledTime { get; set; }
|
||||
bool UnscaledTime { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>A Spine-Unity Component that holds a reference to a SkeletonRenderer.</summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user