C# Класс TuxedoBerries.ScenePanel.SceneDashboardPanel

Scene dashboard panel.
Наследование: BaseUpdateablePanel
Показать файл Открыть проект

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

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