C# Class ApplicationEx, tf_client

Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance ApplicationEx,
OnPreLevelLoad Action

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CleanupStaticReferences ( ) : void

Method Details

ApplicationEx() public méthode

public ApplicationEx ( ) : UnityEngine
Résultat UnityEngine

CleanupStaticReferences() protected méthode

protected CleanupStaticReferences ( ) : void
Résultat void

LoadLevel() public méthode

public LoadLevel ( int index ) : void
index int
Résultat void

LoadLevel() public méthode

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

LoadLevelAdditive() public méthode

public LoadLevelAdditive ( int index ) : void
index int
Résultat void

LoadLevelAdditive() public méthode

public LoadLevelAdditive ( string levelName ) : void
levelName string
Résultat void

LoadLevelAdditiveAsync() public méthode

public LoadLevelAdditiveAsync ( int index ) : AsyncOperation
index int
Résultat AsyncOperation

LoadLevelAdditiveAsync() public méthode

public LoadLevelAdditiveAsync ( string levelName ) : AsyncOperation
levelName string
Résultat AsyncOperation

LoadLevelAsync() public méthode

public LoadLevelAsync ( int index ) : AsyncOperation
index int
Résultat AsyncOperation

LoadLevelAsync() public méthode

public LoadLevelAsync ( string levelName ) : AsyncOperation
levelName string
Résultat AsyncOperation

Property Details

Instance public_oe static_oe property

public static ApplicationEx, Instance
Résultat ApplicationEx,

OnPreLevelLoad public_oe property

public Action OnPreLevelLoad
Résultat Action