Property | Type | Description | |
---|---|---|---|
countDownText | Text | ||
length | float | ||
mainPanel | GameObject | ||
musicVolume | int | ||
timerOptionIndex | int |
Method | Description | |
---|---|---|
DecreaseTimer ( ) : void | ||
IncreaseTimer ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
Start ( ) : void | ||
StartListening ( string eventName, UnityAction listener ) : void | ||
StopListening ( string eventName, UnityAction listener ) : void | ||
TriggerEvent ( string eventName ) : void | ||
addPlayerReady ( ) : void | ||
decreaseMusicVolume ( ) : void | ||
fastDecreaseMusicVolume ( ) : void | ||
fastIncreaseMusicVolume ( ) : void | ||
increaseMusicVolume ( ) : void | ||
initialize ( ) : void | ||
removePlayerReady ( ) : void | ||
showMainMenu ( ) : void | ||
showOptionsMenu ( ) : void | ||
showReadyMenu ( ) : void |
Method | Description | |
---|---|---|
FadeInPanel ( GameObject myPanel ) : IEnumerator | ||
FadeOutPanel ( GameObject myPanel ) : IEnumerator |
public static StartListening ( string eventName, UnityAction listener ) : void | ||
eventName | string | |
listener | UnityAction | |
return | void |
public static StopListening ( string eventName, UnityAction listener ) : void | ||
eventName | string | |
listener | UnityAction | |
return | void |
public static TriggerEvent ( string eventName ) : void | ||
eventName | string | |
return | void |