C# Class AbstractController, Team-6

Inheritance: MonoBehaviour
Mostrar archivo Open project: RUGSoftEng/Team-6 Class Usage Examples

Public Properties

Property Type Description
mainCamera Camera
maxAmountOfWords int
totalWordList List
usingHardcodedSet bool

Public Methods

Method Description
Continue ( ) : void
CreateEndscreen ( ) : void
Exit ( ) : void

Protected Methods

Method Description
LoadData ( ) : void
LoadData ( int maxWordLength ) : void

Method Details

Continue() public method

public Continue ( ) : void
return void

CreateEndscreen() public abstract method

public abstract CreateEndscreen ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

LoadData() protected method

protected LoadData ( ) : void
return void

LoadData() protected method

protected LoadData ( int maxWordLength ) : void
maxWordLength int
return void

Property Details

mainCamera public_oe property

public Camera mainCamera
return Camera

maxAmountOfWords public_oe property

public int maxAmountOfWords
return int

totalWordList public_oe property

public List totalWordList
return List

usingHardcodedSet public_oe property

public bool usingHardcodedSet
return bool