mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[csharp] TrackEntry.AnimationEnd setter. :p
This commit is contained in:
parent
0231f29d96
commit
733f634e19
@ -773,7 +773,7 @@ namespace Spine {
|
||||
/// <summary>
|
||||
/// Seconds for the last frame of this animation. Non-looping animations won't play past this time. Looping animations will
|
||||
/// loop back to <see cref="TrackEntry.AnimationStart"/> at this time. Defaults to the animation duration.</summary>
|
||||
public float AnimationEnd { get { return animationEnd; } }
|
||||
public float AnimationEnd { get { return animationEnd; } set { animationEnd = value; } }
|
||||
|
||||
/// <summary>
|
||||
/// The time in seconds this animation was last applied. Some timelines use this for one-time triggers. Eg, when this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user