C# Class AbstractController, Team-6

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

Méthodes publiques

Свойство Type Description
mainCamera Camera
maxAmountOfWords int
totalWordList List
usingHardcodedSet bool

Méthodes publiques

Méthode Description
Continue ( ) : void
CreateEndscreen ( ) : void
Exit ( ) : void

Méthodes protégées

Méthode Description
LoadData ( ) : void
LoadData ( int maxWordLength ) : void

Method Details

Continue() public méthode

public Continue ( ) : void
Résultat void

CreateEndscreen() public abstract méthode

public abstract CreateEndscreen ( ) : void
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void

LoadData() protected méthode

protected LoadData ( int maxWordLength ) : void
maxWordLength int
Résultat void

Property Details

mainCamera public_oe property

public Camera mainCamera
Résultat Camera

maxAmountOfWords public_oe property

public int maxAmountOfWords
Résultat int

totalWordList public_oe property

public List totalWordList
Résultat List

usingHardcodedSet public_oe property

public bool usingHardcodedSet
Résultat bool