C# Class ShellShock.TimerAndWin

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: GREEDYHD/ShellShock

Public Properties

Property Type Description
isGamePaused bool
roundLength float
timerText UnityEngine.UI.Text

Public Methods

Method Description
EndGame ( ) : void
Update ( ) : void

Method Details

EndGame() public method

public EndGame ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

isGamePaused public_oe property

public bool isGamePaused
return bool

roundLength public_oe property

public float roundLength
return float

timerText public_oe property

public Text,UnityEngine.UI timerText
return UnityEngine.UI.Text