Property | Type | Description | |
---|---|---|---|
backIcon | |||
brainIcon | |||
clicked | bool | ||
gameSelectionIcon | |||
gsiStandalone | bool | ||
guiDetection | MinigamesGUIDetection | ||
hideHelpIcon | |||
menuIcon | |||
replayHelpIcon | |||
restartIcon | |||
rewardIcon | |||
screenshotIcon | |||
showHelpIcon | |||
visible | bool |
Method | Description | |
---|---|---|
OnLevelWasLoaded ( int level ) : void | ||
hide ( ) : void | ||
show ( bool showReward = false, bool differentRestartScene = false, string differentRestartSceneName = "Main" ) : void |
Shows minigames GUI.
|
public show ( bool showReward = false, bool differentRestartScene = false, string differentRestartSceneName = "Main" ) : void | ||
showReward | bool | If set to |
differentRestartScene | bool | If set to |
differentRestartSceneName | string | Scene name to be loaded with restart. |
return | void |
public MinigamesGUIIconsActions,Game backIcon | ||
return |
public MinigamesGUIIconsActions,Game brainIcon | ||
return |
public MinigamesGUIIconsActions,Game gameSelectionIcon | ||
return |
public MinigamesGUIIconsActions,Game hideHelpIcon | ||
return |
public MinigamesGUIIconsActions,Game menuIcon | ||
return |
public MinigamesGUIIconsActions,Game replayHelpIcon | ||
return |
public MinigamesGUIIconsActions,Game restartIcon | ||
return |
public MinigamesGUIIconsActions,Game rewardIcon | ||
return |
public MinigamesGUIIconsActions,Game screenshotIcon | ||
return |
public MinigamesGUIIconsActions,Game showHelpIcon | ||
return |