Table of Contents

Class AnimationTimeline

Namespace
Gve.Text.DTO
Assembly
Gve.Text.dll

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

string

Tweens

Gets or sets the tweens in the timeline.

public IList<AnimationTween> Tweens { get; set; }

Property Value

IList<AnimationTween>

Vars

Gets or sets the vars set.

public Dictionary<string, object>? Vars { get; set; }

Property Value

Dictionary<string, object>

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.