Table of Contents

Class TutorialText.Message

Namespace
HUD
Assembly
Assembly-CSharp.dll
public class TutorialText.Message
Inheritance
TutorialText.Message
Inherited Members

Constructors

Message(string, int, int)

public Message(string text, int wait, int time)

Parameters

text string
wait int
time int

Fields

fadeOut

public bool fadeOut

Field Value

bool

text

public string text

Field Value

string

time

public int time

Field Value

int

wait

public int wait

Field Value

int