C# Class MissionControl

Inheritance: MonoBehaviour
ファイルを表示 Open project: Denakee/HackerMan_2016 Class Usage Examples

Public Properties

Property Type Description
GameIsRunning bool
challengeList LinkedList
computerScreen GameObject
currentChallenge LinkedListNode
openningChallege Challenge,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
AttemptNextChallenge ( ) : void
C_failStateReached1 ( object sender, EventArgs, e ) : void
C_goalReached1 ( object sender, EventArgs, e ) : void
displayChallengeDescription ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

GameIsRunning public_oe property

public bool GameIsRunning
return bool

challengeList public_oe property

public LinkedList challengeList
return LinkedList

computerScreen public_oe property

public GameObject computerScreen
return GameObject

currentChallenge public_oe property

public LinkedListNode currentChallenge
return LinkedListNode

openningChallege public_oe property

public Challenge, openningChallege
return Challenge,