C# Class UnityEngine.Application

Inheritance: Object
Afficher le fichier Open project: jbruening/UnEngine Class Usage Examples

Méthodes publiques

Méthode Description
LoadLevel ( int levelNumber ) : void
LoadLevel ( string levelName ) : void
Quit ( ) : void
RegisterLogCallback ( LogCallback handler ) : void

Method Details

LoadLevel() public static méthode

public static LoadLevel ( int levelNumber ) : void
levelNumber int
Résultat void

LoadLevel() public static méthode

public static LoadLevel ( string levelName ) : void
levelName string
Résultat void

Quit() public static méthode

public static Quit ( ) : void
Résultat void

RegisterLogCallback() public static méthode

public static RegisterLogCallback ( LogCallback handler ) : void
handler LogCallback
Résultat void