C# 클래스 MenuGUI, EDIX-sample

상속: MonoBehaviour
파일 보기 프로젝트 열기: unity3d-jp/EDIX-sample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
background UnityEngine.Texture2D
showCredits bool
startButtonRect Rect

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

background 공개적으로 프로퍼티

public Texture2D,UnityEngine background
리턴 UnityEngine.Texture2D

showCredits 공개적으로 프로퍼티

public bool showCredits
리턴 bool

startButtonRect 공개적으로 프로퍼티

public Rect startButtonRect
리턴 Rect