C# 클래스 idTech4.UI.idUserInterfaceManager

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 메소드들

메소드 설명
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