Class AnimationTimeline
A GVE animation timeline.
public class AnimationTimeline
- Inheritance
-
AnimationTimeline
- Inherited Members
Properties
Tag
Gets or sets the output version tag, used as the identifier for each timeline in the scope of a given snapshot.
public string Tag { get; set; }
Property Value
Tweens
Gets or sets the tweens in the timeline.
public IList<AnimationTween> Tweens { get; set; }
Property Value
Vars
Gets or sets the vars set.
public Dictionary<string, object>? Vars { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()