C# Class ApplicationEx, tf_client

Mostra file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
Instance ApplicationEx,
OnPreLevelLoad Action

Public Methods

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

Protected Methods

Method Description
CleanupStaticReferences ( ) : void

Method Details

ApplicationEx() public method

public ApplicationEx ( ) : UnityEngine
return UnityEngine

CleanupStaticReferences() protected method

protected CleanupStaticReferences ( ) : void
return void

LoadLevel() public method

public LoadLevel ( int index ) : void
index int
return void

LoadLevel() public method

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

LoadLevelAdditive() public method

public LoadLevelAdditive ( int index ) : void
index int
return void

LoadLevelAdditive() public method

public LoadLevelAdditive ( string levelName ) : void
levelName string
return void

LoadLevelAdditiveAsync() public method

public LoadLevelAdditiveAsync ( int index ) : AsyncOperation
index int
return AsyncOperation

LoadLevelAdditiveAsync() public method

public LoadLevelAdditiveAsync ( string levelName ) : AsyncOperation
levelName string
return AsyncOperation

LoadLevelAsync() public method

public LoadLevelAsync ( int index ) : AsyncOperation
index int
return AsyncOperation

LoadLevelAsync() public method

public LoadLevelAsync ( string levelName ) : AsyncOperation
levelName string
return AsyncOperation

Property Details

Instance public_oe static_oe property

public static ApplicationEx, Instance
return ApplicationEx,

OnPreLevelLoad public_oe property

public Action OnPreLevelLoad
return Action