C# Class TuxedoBerries.ScenePanel.SceneDashboardPanel

Scene dashboard panel.
Inheritance: BaseUpdateablePanel
ファイルを表示 Open project: TuxedoBerries/ScenePanel

Public Methods

Method Description
ClearHistory ( ) : void

Clears the history.

Protected Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

ApplyTitle() protected method

Applies the title.
protected ApplyTitle ( ) : void
return void

BeforeUpdate() protected method

Execute the Before Update event
protected BeforeUpdate ( ) : void
return void

CheckComponents() protected method

Checks the components.
protected CheckComponents ( ) : void
return void

ClearHistory() public method

Clears the history.
public ClearHistory ( ) : void
return void

DrawContent() protected method

Draws the content.
protected DrawContent ( ) : void
return void

DrawToolbarContent() protected method

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