Property | Type | Description | |
---|---|---|---|
Instance | ApplicationEx, | ||
OnPreLevelLoad | Action |
Method | Description | |
---|---|---|
ApplicationEx ( ) : UnityEngine | ||
LoadLevel ( int index ) : void | ||
LoadLevel ( string levelName ) : void | ||
LoadLevelAdditive ( int index ) : void | ||
LoadLevelAdditive ( string levelName ) : void | ||
LoadLevelAdditiveAsync ( int index ) : AsyncOperation | ||
LoadLevelAdditiveAsync ( string levelName ) : AsyncOperation | ||
LoadLevelAsync ( int index ) : AsyncOperation | ||
LoadLevelAsync ( string levelName ) : AsyncOperation |
Method | Description | |
---|---|---|
CleanupStaticReferences ( ) : void |
public LoadLevelAdditive ( int index ) : void | ||
index | int | |
return | void |
public LoadLevelAdditive ( string levelName ) : void | ||
levelName | string | |
return | void |
public LoadLevelAdditiveAsync ( int index ) : AsyncOperation | ||
index | int | |
return | AsyncOperation |
public LoadLevelAdditiveAsync ( string levelName ) : AsyncOperation | ||
levelName | string | |
return | AsyncOperation |
public LoadLevelAsync ( int index ) : AsyncOperation | ||
index | int | |
return | AsyncOperation |
public LoadLevelAsync ( string levelName ) : AsyncOperation | ||
levelName | string | |
return | AsyncOperation |