Table of Contents

Class Character

public class Character
Inheritance
object
Character

Properties

End

The end time of the character in seconds.

public double End { get; set; }

Property Value

double

Start

The start time of the character in seconds.

public double Start { get; set; }

Property Value

double

Text

The text of the character.

public string Text { get; set; }

Property Value

string