C# 클래스 TuxedoBerries.ScenePanel.SceneDashboardPanel

Scene dashboard panel.
상속: BaseUpdateablePanel
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

공개 메소드들

메소드 설명
ClearHistory ( ) : void

Clears the history.

보호된 메소드들

메소드 설명
ApplyTitle ( ) : void

Applies the title.

BeforeUpdate ( ) : void

Execute the Before Update event

CheckComponents ( ) : void

Checks the components.

DrawContent ( ) : void

Draws the content.

DrawToolbarContent ( ) : void

Draws the content of the toolbar.

비공개 메소드들

메소드 설명
DrawAll ( ) : void
DrawAllFavorites ( ) : void
DrawIenum ( SceneEntityDrawer drawer, IEnumerator ienum ) : void
DrawMainScroll ( ) : void
OnDestroy ( ) : void

Raises the destroy event.

PassFilter ( ISceneEntity entity ) : bool
UpdateCurrentScene ( ) : void

Updates the current scene.

UpdateHistory ( ) : void

Updates the history.

메소드 상세

ApplyTitle() 보호된 메소드

Applies the title.
protected ApplyTitle ( ) : void
리턴 void

BeforeUpdate() 보호된 메소드

Execute the Before Update event
protected BeforeUpdate ( ) : void
리턴 void

CheckComponents() 보호된 메소드

Checks the components.
protected CheckComponents ( ) : void
리턴 void

ClearHistory() 공개 메소드

Clears the history.
public ClearHistory ( ) : void
리턴 void

DrawContent() 보호된 메소드

Draws the content.
protected DrawContent ( ) : void
리턴 void

DrawToolbarContent() 보호된 메소드

Draws the content of the toolbar.
protected DrawToolbarContent ( ) : void
리턴 void