C# 클래스 exitFailed, unity-game-kappakiwi

상속: MonoBehaviour
파일 보기 프로젝트 열기: clee842/unity-game-kappakiwi

공개 프로퍼티들

프로퍼티 타입 설명
fadeSpeed float
screenFader GUITexture
tryAgain GameObject

공개 메소드들

메소드 설명
EndScene ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CastRay ( ) : void
FadeToBlack ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

EndScene() 공개 메소드

public EndScene ( ) : void
리턴 void

프로퍼티 상세

fadeSpeed 공개적으로 프로퍼티

public float fadeSpeed
리턴 float

screenFader 공개적으로 프로퍼티

public GUITexture screenFader
리턴 GUITexture

tryAgain 공개적으로 프로퍼티

public GameObject tryAgain
리턴 GameObject