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

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

Защищенные методы

Метод Описание
ApplyTitle ( ) : void

Applies the title.

BeforeUpdate ( ) : void

Execute the Before Update event

CheckComponents ( ) : void

Checks the components.

DrawContent ( ) : void

Draws the content.

DrawToolbarContent ( ) : void

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

Метод Описание
DrawAll ( ) : void
DrawAllFavorites ( ) : void
DrawIenum ( SceneEntityDrawer drawer, IEnumerator ienum ) : void
DrawMainScroll ( ) : void
OnDestroy ( ) : void
PassFilter ( ISceneEntity entity ) : bool
UpdateCurrentScene ( ) : void

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

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

DrawContent() защищенный Метод

Draws the content.
protected DrawContent ( ) : void
Результат void

DrawToolbarContent() защищенный Метод

protected DrawToolbarContent ( ) : void
Результат void