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

파일 보기 프로젝트 열기: clee842/unity-game-kappakiwi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
endlessDifficultyImages Texture2D[]
endlessDifficultyList string[]
fadeSpeed float
screenFader GUITexture,
themeImages Texture2D[]
themeList string[]

공개 메소드들

메소드 설명
EndScene ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CastRay ( ) : void
FadeToBlack ( ) : void
FadeToClear ( ) : void
OnGUI ( ) : void
StartScene ( ) : void
Update ( ) : void
endlessDifficulty ( ) : void
theme ( ) : void

메소드 상세

EndScene() 공개 메소드

public EndScene ( ) : void
리턴 void

프로퍼티 상세

endlessDifficultyImages 공개적으로 프로퍼티

public Texture2D[] endlessDifficultyImages
리턴 Texture2D[]

endlessDifficultyList 공개적으로 정적으로 프로퍼티

public static string[] endlessDifficultyList
리턴 string[]

fadeSpeed 공개적으로 프로퍼티

public float fadeSpeed
리턴 float

screenFader 공개적으로 프로퍼티

public GUITexture, screenFader
리턴 GUITexture,

themeImages 공개적으로 프로퍼티

public Texture2D[] themeImages
리턴 Texture2D[]

themeList 공개적으로 정적으로 프로퍼티

public static string[] themeList
리턴 string[]