C# Class AbstractController, Team-6

Inheritance: MonoBehaviour
Show file 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 property

public Camera mainCamera
return Camera

maxAmountOfWords public property

public int maxAmountOfWords
return int

totalWordList public property

public List totalWordList
return List

usingHardcodedSet public property

public bool usingHardcodedSet
return bool