C# 클래스 Game.MinigamesGUI

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: BrainProject/UnityTemp

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
OnLevelWasLoaded ( int level ) : void
hide ( ) : void
show ( bool showReward = false, bool differentRestartScene = false, string differentRestartSceneName = "Main" ) : void

Shows minigames GUI.

메소드 상세

OnLevelWasLoaded() 공개 메소드

public OnLevelWasLoaded ( int level ) : void
level int
리턴 void

hide() 공개 메소드

public hide ( ) : void
리턴 void

show() 공개 메소드

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.
리턴 void

프로퍼티 상세

backIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game backIcon
리턴 MinigamesGUIIconsActions

brainIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game brainIcon
리턴 MinigamesGUIIconsActions

clicked 공개적으로 프로퍼티

public bool clicked
리턴 bool

gameSelectionIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game gameSelectionIcon
리턴 MinigamesGUIIconsActions

gsiStandalone 공개적으로 프로퍼티

public bool gsiStandalone
리턴 bool

guiDetection 공개적으로 프로퍼티

public MinigamesGUIDetection guiDetection
리턴 MinigamesGUIDetection

hideHelpIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game hideHelpIcon
리턴 MinigamesGUIIconsActions

menuIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game menuIcon
리턴 MinigamesGUIIconsActions

replayHelpIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game replayHelpIcon
리턴 MinigamesGUIIconsActions

restartIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game restartIcon
리턴 MinigamesGUIIconsActions

rewardIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game rewardIcon
리턴 MinigamesGUIIconsActions

screenshotIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game screenshotIcon
리턴 MinigamesGUIIconsActions

showHelpIcon 공개적으로 프로퍼티

public MinigamesGUIIconsActions,Game showHelpIcon
리턴 MinigamesGUIIconsActions

visible 공개적으로 프로퍼티

public bool visible
리턴 bool