C# Class Game.MinigamesGUI

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
backIcon MinigamesGUIIconsActions
brainIcon MinigamesGUIIconsActions
clicked bool
gameSelectionIcon MinigamesGUIIconsActions
gsiStandalone bool
guiDetection MinigamesGUIDetection
hideHelpIcon MinigamesGUIIconsActions
menuIcon MinigamesGUIIconsActions
replayHelpIcon MinigamesGUIIconsActions
restartIcon MinigamesGUIIconsActions
rewardIcon MinigamesGUIIconsActions
screenshotIcon MinigamesGUIIconsActions
showHelpIcon MinigamesGUIIconsActions
visible bool

Public Methods

Method Description
OnLevelWasLoaded ( int level ) : void
hide ( ) : void
show ( bool showReward = false, bool differentRestartScene = false, string differentRestartSceneName = "Main" ) : void

Shows minigames GUI.

Method Details

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

hide() public method

public hide ( ) : void
return void

show() public method

Shows minigames GUI.
public show ( bool showReward = false, bool differentRestartScene = false, string differentRestartSceneName = "Main" ) : void
showReward bool If set to true, shows reward button.
differentRestartScene bool If set to true, attempts to load different scene for restart.
differentRestartSceneName string Scene name to be loaded with restart.
return void

Property Details

backIcon public_oe property

public MinigamesGUIIconsActions,Game backIcon
return MinigamesGUIIconsActions

brainIcon public_oe property

public MinigamesGUIIconsActions,Game brainIcon
return MinigamesGUIIconsActions

clicked public_oe property

public bool clicked
return bool

gameSelectionIcon public_oe property

public MinigamesGUIIconsActions,Game gameSelectionIcon
return MinigamesGUIIconsActions

gsiStandalone public_oe property

public bool gsiStandalone
return bool

guiDetection public_oe property

public MinigamesGUIDetection guiDetection
return MinigamesGUIDetection

hideHelpIcon public_oe property

public MinigamesGUIIconsActions,Game hideHelpIcon
return MinigamesGUIIconsActions

menuIcon public_oe property

public MinigamesGUIIconsActions,Game menuIcon
return MinigamesGUIIconsActions

replayHelpIcon public_oe property

public MinigamesGUIIconsActions,Game replayHelpIcon
return MinigamesGUIIconsActions

restartIcon public_oe property

public MinigamesGUIIconsActions,Game restartIcon
return MinigamesGUIIconsActions

rewardIcon public_oe property

public MinigamesGUIIconsActions,Game rewardIcon
return MinigamesGUIIconsActions

screenshotIcon public_oe property

public MinigamesGUIIconsActions,Game screenshotIcon
return MinigamesGUIIconsActions

showHelpIcon public_oe property

public MinigamesGUIIconsActions,Game showHelpIcon
return MinigamesGUIIconsActions

visible public_oe property

public bool visible
return bool