C# Class LoadNewLevel, Team-6

Inheritance: MonoBehaviour
Afficher le fichier Open project: RUGSoftEng/Team-6

Méthodes publiques

Свойство Type Description
bottemText Text
maxLength int
minWords int
text Text

Méthodes publiques

Méthode Description
FadeText ( ) : IEnumerator
LoadLevel ( int index ) : void

Private Methods

Méthode Description
showTooFewWords ( string message ) : void

Method Details

FadeText() public méthode

public FadeText ( ) : IEnumerator
Résultat IEnumerator

LoadLevel() public méthode

public LoadLevel ( int index ) : void
index int
Résultat void

Property Details

bottemText public_oe property

public Text bottemText
Résultat Text

maxLength public_oe property

public int maxLength
Résultat int

minWords public_oe property

public int minWords
Résultat int

text public_oe property

public Text text
Résultat Text