C# 클래스 Game.MinigamesGUIIconsActions

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

공개 프로퍼티들

프로퍼티 타입 설명
action string
defaultDisabled bool
texture_hoverGSI UnityEngine.Texture2D
texture_normalGSI UnityEngine.Texture2D
thisButton UnityEngine.UI.Button
useGSIIcons bool

공개 메소드들

메소드 설명
GUIAction ( ) : void
Start ( ) : void
hide ( ) : void
show ( ) : void

비공개 메소드들

메소드 설명
FadeInGUI ( ) : IEnumerator
FadeOutGUI ( ) : IEnumerator

메소드 상세

GUIAction() 공개 메소드

public GUIAction ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

hide() 공개 메소드

public hide ( ) : void
리턴 void

show() 공개 메소드

public show ( ) : void
리턴 void

프로퍼티 상세

action 공개적으로 프로퍼티

public string action
리턴 string

defaultDisabled 공개적으로 프로퍼티

public bool defaultDisabled
리턴 bool

texture_hoverGSI 공개적으로 프로퍼티

public Texture2D,UnityEngine texture_hoverGSI
리턴 UnityEngine.Texture2D

texture_normalGSI 공개적으로 프로퍼티

public Texture2D,UnityEngine texture_normalGSI
리턴 UnityEngine.Texture2D

thisButton 공개적으로 프로퍼티

public Button,UnityEngine.UI thisButton
리턴 UnityEngine.UI.Button

useGSIIcons 공개적으로 프로퍼티

public bool useGSIIcons
리턴 bool