C# Class idTech4.UI.idUserInterfaceManager

显示文件 Open project: iainmckay/idtech4.net

Public Methods

Method 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

Method Description
AddInternalInterface ( idUserInterface gui ) : void
FindInternalInterface ( idUserInterface gui ) : idUserInterface

Method Details

BeginLevelLoad() public method

public BeginLevelLoad ( ) : void
return void

EndLevelLoad() public method

public EndLevelLoad ( ) : void
return void

Exists() public method

public Exists ( string path ) : bool
path string
return bool

FindInterface() public method

public FindInterface ( string path, bool autoLoad = false, bool needUnique = false, bool forceNotUnique = false ) : idUserInterface
path string
autoLoad bool
needUnique bool
forceNotUnique bool
return idUserInterface

Init() public method

public Init ( ) : void
return void

Remove() public method

public Remove ( idUserInterface ui ) : void
ui idUserInterface
return void

idUserInterfaceManager() public method

public idUserInterfaceManager ( ) : System
return System