C# Class MissionControl

Inheritance: MonoBehaviour
Afficher le fichier Open project: Denakee/HackerMan_2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
GameIsRunning bool
challengeList LinkedList
computerScreen GameObject
currentChallenge LinkedListNode
openningChallege Challenge,

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
AttemptNextChallenge ( ) : void
C_failStateReached1 ( object sender, EventArgs, e ) : void
C_goalReached1 ( object sender, EventArgs, e ) : void
displayChallengeDescription ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

GameIsRunning public_oe property

public bool GameIsRunning
Résultat bool

challengeList public_oe property

public LinkedList challengeList
Résultat LinkedList

computerScreen public_oe property

public GameObject computerScreen
Résultat GameObject

currentChallenge public_oe property

public LinkedListNode currentChallenge
Résultat LinkedListNode

openningChallege public_oe property

public Challenge, openningChallege
Résultat Challenge,