C# Class idTech4.UI.idUserInterfaceManager

Afficher le fichier Open project: iainmckay/idtech4.net

Méthodes publiques

Méthode Description
BeginLevelLoad ( ) : void
EndLevelLoad ( ) : void
Exists ( string path ) : bool
FindInterface ( string path, bool autoLoad = false, bool needUnique = false, bool forceNotUnique = false ) : idUserInterface
Init ( ) : void
Remove ( idUserInterface ui ) : void
idUserInterfaceManager ( ) : System

Private Methods

Méthode Description
AddInternalInterface ( idUserInterface gui ) : void
FindInternalInterface ( idUserInterface gui ) : idUserInterface

Method Details

BeginLevelLoad() public méthode

public BeginLevelLoad ( ) : void
Résultat void

EndLevelLoad() public méthode

public EndLevelLoad ( ) : void
Résultat void

Exists() public méthode

public Exists ( string path ) : bool
path string
Résultat bool

FindInterface() public méthode

public FindInterface ( string path, bool autoLoad = false, bool needUnique = false, bool forceNotUnique = false ) : idUserInterface
path string
autoLoad bool
needUnique bool
forceNotUnique bool
Résultat idUserInterface

Init() public méthode

public Init ( ) : void
Résultat void

Remove() public méthode

public Remove ( idUserInterface ui ) : void
ui idUserInterface
Résultat void

idUserInterfaceManager() public méthode

public idUserInterfaceManager ( ) : System
Résultat System