Property | Type | Description | |
---|---|---|---|
clickAudioSource | |||
fadeTween | LTDescr | ||
instance | |||
saveMenuActive | bool |
Method | Description | |
---|---|---|
FastForward ( ) : void |
Handler function called when the Fast Forward button is pressed.
|
|
Load ( ) : void |
Handler function called when the Load button is pressed.
|
|
Restart ( ) : void |
Handler function called when the Restart button is pressed.
|
|
Rewind ( ) : void |
Handler function called when the Rewind button is pressed.
|
|
Save ( ) : void |
Handler function called when the Save button is pressed.
|
|
ToggleSaveMenu ( ) : void |
Toggles the expanded / collapsed state of the save menu. Uses a tween to fade the menu UI in and out.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnSavePointAdded ( string savePointKey, string savePointDescription ) : void | ||
PlayClickSound ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
protected OnSavePointAdded ( string savePointKey, string savePointDescription ) : void | ||
savePointKey | string | |
savePointDescription | string | |
return | void |
protected AudioSource,UnityEngine clickAudioSource | ||
return |