C# Class SplashController, squirrel-simulator

Inheritance: MonoBehaviour
Show file Open project: ZackAdams/squirrel-simulator Class Usage Examples

Public Properties

Property Type Description
quitGame Texture
splashStartGame UnityEngine.Texture2D
splashTitle UnityEngine.Texture2D
splashView GUITexture
startGame Texture

Public Methods

Method Description
Start ( ) : void
nextScene ( ) : void

Private Methods

Method Description
OnGUI ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

nextScene() public method

public nextScene ( ) : void
return void

Property Details

quitGame public property

public Texture quitGame
return Texture

splashStartGame public property

public Texture2D,UnityEngine splashStartGame
return UnityEngine.Texture2D

splashTitle public property

public Texture2D,UnityEngine splashTitle
return UnityEngine.Texture2D

splashView public property

public GUITexture splashView
return GUITexture

startGame public property

public Texture startGame
return Texture