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

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

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

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

Clears the history.

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

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

Applies the title.

CheckComponents ( ) : void

Checks the components.

DrawContent ( ) : void

Draws the content.

DrawToolbarContent ( ) : void

Draws the content of the toolbar.

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

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

Updates the history.

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

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

Applies the title.
protected ApplyTitle ( ) : 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