C# Class SplashController, squirrel-simulator

Inheritance: MonoBehaviour
Afficher le fichier Open project: ZackAdams/squirrel-simulator Class Usage Examples

Méthodes publiques

Свойство Type Description
quitGame Texture
splashStartGame UnityEngine.Texture2D
splashTitle UnityEngine.Texture2D
splashView GUITexture
startGame Texture

Méthodes publiques

Méthode Description
Start ( ) : void
nextScene ( ) : void

Private Methods

Méthode Description
OnGUI ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

nextScene() public méthode

public nextScene ( ) : void
Résultat void

Property Details

quitGame public_oe property

public Texture quitGame
Résultat Texture

splashStartGame public_oe property

public Texture2D,UnityEngine splashStartGame
Résultat UnityEngine.Texture2D

splashTitle public_oe property

public Texture2D,UnityEngine splashTitle
Résultat UnityEngine.Texture2D

splashView public_oe property

public GUITexture splashView
Résultat GUITexture

startGame public_oe property

public Texture startGame
Résultat Texture