Class AnimationTween
A GVE animation tween.
public class AnimationTween
- Inheritance
-
AnimationTween
- Inherited Members
Properties
Label
Gets or sets the label.
public string Label { get; set; }
Property Value
Note
Gets or sets an optional note.
public string? Note { get; set; }
Property Value
Position
Gets or sets the optional position.
public string? Position { get; set; }
Property Value
Selector
Gets or sets the selector for the target of this tween.
public string Selector { get; set; }
Property Value
Type
Gets or sets the tween type.
public string Type { get; set; }
Property Value
Vars
Gets or sets the vars set serialized into a string.
public string? Vars { get; set; }
Property Value
Vars2
Gets or sets the secondary vars set serialized into a string.
public string? Vars2 { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()