Table of Contents

Class AnimationTween

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

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

string

Note

Gets or sets an optional note.

public string? Note { get; set; }

Property Value

string

Position

Gets or sets the optional position.

public string? Position { get; set; }

Property Value

string

Selector

Gets or sets the selector for the target of this tween.

public string Selector { get; set; }

Property Value

string

Type

Gets or sets the tween type.

public string Type { get; set; }

Property Value

string

Vars

Gets or sets the vars set serialized into a string.

public string? Vars { get; set; }

Property Value

string

Vars2

Gets or sets the secondary vars set serialized into a string.

public string? Vars2 { get; set; }

Property Value

string

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.