C# Класс idTech4.UI.idUserInterfaceManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AddInternalInterface ( idUserInterface gui ) : void
FindInternalInterface ( idUserInterface gui ) : idUserInterface

Описание методов

BeginLevelLoad() публичный Метод

public BeginLevelLoad ( ) : void
Результат void

EndLevelLoad() публичный Метод

public EndLevelLoad ( ) : void
Результат void

Exists() публичный Метод

public Exists ( string path ) : bool
path string
Результат bool

FindInterface() публичный Метод

public FindInterface ( string path, bool autoLoad = false, bool needUnique = false, bool forceNotUnique = false ) : idUserInterface
path string
autoLoad bool
needUnique bool
forceNotUnique bool
Результат idUserInterface

Init() публичный Метод

public Init ( ) : void
Результат void

Remove() публичный Метод

public Remove ( idUserInterface ui ) : void
ui idUserInterface
Результат void

idUserInterfaceManager() публичный Метод

public idUserInterfaceManager ( ) : System
Результат System