C# 클래스 SceceChangeGUIScript, Unity2D_ActionGame

상속: MonoBehaviour
파일 보기 프로젝트 열기: Buravo46/Unity2D_ActionGame

공개 프로퍼티들

프로퍼티 타입 설명
buttonHeight float
buttonLabel string
buttonWidth float
offsetX float
offsetY float
sceneName string
skin UnityEngine.GUISkin

공개 메소드들

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

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void

프로퍼티 상세

buttonHeight 공개적으로 프로퍼티

public float buttonHeight
리턴 float

buttonLabel 공개적으로 프로퍼티

public string buttonLabel
리턴 string

buttonWidth 공개적으로 프로퍼티

public float buttonWidth
리턴 float

offsetX 공개적으로 프로퍼티

public float offsetX
리턴 float

offsetY 공개적으로 프로퍼티

public float offsetY
리턴 float

sceneName 공개적으로 프로퍼티

public string sceneName
리턴 string

skin 공개적으로 프로퍼티

public GUISkin,UnityEngine skin
리턴 UnityEngine.GUISkin