C# Class UnityEngine.Application

Inheritance: Object
ファイルを表示 Open project: jbruening/UnEngine Class Usage Examples

Public Methods

Method Description
LoadLevel ( int levelNumber ) : void
LoadLevel ( string levelName ) : void
Quit ( ) : void
RegisterLogCallback ( LogCallback handler ) : void

Method Details

LoadLevel() public static method

public static LoadLevel ( int levelNumber ) : void
levelNumber int
return void

LoadLevel() public static method

public static LoadLevel ( string levelName ) : void
levelName string
return void

Quit() public static method

public static Quit ( ) : void
return void

RegisterLogCallback() public static method

public static RegisterLogCallback ( LogCallback handler ) : void
handler LogCallback
return void