C# Class ServerScoringSystem, STR

Inheritance: MonoBehaviour
Afficher le fichier Open project: jamiehenson/STR

Méthodes publiques

Свойство Type Description
initialized bool
playerNames string[]

Méthodes publiques

Méthode Description
BossCleared ( ) : void
OnGUI ( ) : void
Start ( ) : void
StartTimer ( ) : void
updatePlayerNames ( int pos, string s ) : void

Private Methods

Méthode Description
BossClearedIE ( ) : IEnumerator
TimeLevels ( ) : IEnumerator

Method Details

BossCleared() public méthode

public BossCleared ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartTimer() public méthode

public StartTimer ( ) : void
Résultat void

updatePlayerNames() public méthode

public updatePlayerNames ( int pos, string s ) : void
pos int
s string
Résultat void

Property Details

initialized public_oe property

public bool initialized
Résultat bool

playerNames public_oe property

public string[] playerNames
Résultat string[]