Table of Contents

Class SubtitleBlock

Namespace
KSP.Video
Assembly
Assembly-CSharp.dll
public class SubtitleBlock
Inheritance
SubtitleBlock
Inherited Members
Extension Methods

Constructors

SubtitleBlock(int, double, double, string)

public SubtitleBlock(int index, double from, double to, string text)

Parameters

index int
from double
to double
text string

Properties

Blank

public static SubtitleBlock Blank { get; }

Property Value

SubtitleBlock

From

public double From { get; }

Property Value

double

Index

public int Index { get; }

Property Value

int

Length

public double Length { get; }

Property Value

double

Text

public string Text { get; }

Property Value

string

To

public double To { get; }

Property Value

double