C# Class settings, unity-game-kappakiwi

Mostra file Open project: clee842/unity-game-kappakiwi Class Usage Examples

Public Properties

Property Type Description
endlessDifficultyImages Texture2D[]
endlessDifficultyList string[]
fadeSpeed float
screenFader GUITexture,
themeImages Texture2D[]
themeList string[]

Public Methods

Method Description
EndScene ( ) : void

Private Methods

Method Description
Awake ( ) : void
CastRay ( ) : void
FadeToBlack ( ) : void
FadeToClear ( ) : void
OnGUI ( ) : void
StartScene ( ) : void
Update ( ) : void
endlessDifficulty ( ) : void
theme ( ) : void

Method Details

EndScene() public method

public EndScene ( ) : void
return void

Property Details

endlessDifficultyImages public_oe property

public Texture2D[] endlessDifficultyImages
return Texture2D[]

endlessDifficultyList public_oe static_oe property

public static string[] endlessDifficultyList
return string[]

fadeSpeed public_oe property

public float fadeSpeed
return float

screenFader public_oe property

public GUITexture, screenFader
return GUITexture,

themeImages public_oe property

public Texture2D[] themeImages
return Texture2D[]

themeList public_oe static_oe property

public static string[] themeList
return string[]