C# Class ServerScoringSystem, STR

Inheritance: MonoBehaviour
Datei anzeigen Open project: jamiehenson/STR

Public Properties

Property Type Description
initialized bool
playerNames string[]

Public Methods

Method Description
BossCleared ( ) : void
OnGUI ( ) : void
Start ( ) : void
StartTimer ( ) : void
updatePlayerNames ( int pos, string s ) : void

Private Methods

Method Description
BossClearedIE ( ) : IEnumerator
TimeLevels ( ) : IEnumerator

Method Details

BossCleared() public method

public BossCleared ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartTimer() public method

public StartTimer ( ) : void
return void

updatePlayerNames() public method

public updatePlayerNames ( int pos, string s ) : void
pos int
s string
return void

Property Details

initialized public_oe property

public bool initialized
return bool

playerNames public_oe property

public string[] playerNames
return string[]