C# Class Challenge

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

Méthodes publiques

Свойство Type Description
IsStarted bool
challengeDescription string
failState FailState,
goalState GoalState,
order int

Méthodes publiques

Méthode Description
GetTimeUntilFail ( int i ) : char
Start ( ) : void
StartChallenge ( ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
OnFailStateReached ( EventArgs, e ) : void
OnGoalReached ( EventArgs, e ) : void

Method Details

GetTimeUntilFail() public méthode

public GetTimeUntilFail ( int i ) : char
i int
Résultat char

OnFailStateReached() protected méthode

protected OnFailStateReached ( EventArgs, e ) : void
e EventArgs,
Résultat void

OnGoalReached() protected méthode

protected OnGoalReached ( EventArgs, e ) : void
e EventArgs,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartChallenge() public méthode

public StartChallenge ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

IsStarted public_oe property

public bool IsStarted
Résultat bool

challengeDescription public_oe property

public string challengeDescription
Résultat string

failState public_oe property

public FailState, failState
Résultat FailState,

goalState public_oe property

public GoalState, goalState
Résultat GoalState,

order public_oe property

public int order
Résultat int