C# 클래스 SplashController, squirrel-simulator

상속: MonoBehaviour
파일 보기 프로젝트 열기: ZackAdams/squirrel-simulator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
quitGame Texture
splashStartGame UnityEngine.Texture2D
splashTitle UnityEngine.Texture2D
splashView GUITexture
startGame Texture

공개 메소드들

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

비공개 메소드들

메소드 설명
OnGUI ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

nextScene() 공개 메소드

public nextScene ( ) : void
리턴 void

프로퍼티 상세

quitGame 공개적으로 프로퍼티

public Texture quitGame
리턴 Texture

splashStartGame 공개적으로 프로퍼티

public Texture2D,UnityEngine splashStartGame
리턴 UnityEngine.Texture2D

splashTitle 공개적으로 프로퍼티

public Texture2D,UnityEngine splashTitle
리턴 UnityEngine.Texture2D

splashView 공개적으로 프로퍼티

public GUITexture splashView
리턴 GUITexture

startGame 공개적으로 프로퍼티

public Texture startGame
리턴 Texture