C# Class SplashController, squirrel-simulator

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Texture quitGame
return Texture

splashStartGame public_oe property

public Texture2D,UnityEngine splashStartGame
return UnityEngine.Texture2D

splashTitle public_oe property

public Texture2D,UnityEngine splashTitle
return UnityEngine.Texture2D

splashView public_oe property

public GUITexture splashView
return GUITexture

startGame public_oe property

public Texture startGame
return Texture