C# Class TuxedoBerries.ScenePanel.SceneDashboardPanel

Scene dashboard panel.
Inheritance: BaseUpdateablePanel
Afficher le fichier Open project: TuxedoBerries/ScenePanel

Méthodes publiques

Méthode Description
ClearHistory ( ) : void

Clears the history.

Méthodes protégées

Méthode 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

Méthode 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 méthode

Applies the title.
protected ApplyTitle ( ) : void
Résultat void

BeforeUpdate() protected méthode

Execute the Before Update event
protected BeforeUpdate ( ) : void
Résultat void

CheckComponents() protected méthode

Checks the components.
protected CheckComponents ( ) : void
Résultat void

ClearHistory() public méthode

Clears the history.
public ClearHistory ( ) : void
Résultat void

DrawContent() protected méthode

Draws the content.
protected DrawContent ( ) : void
Résultat void

DrawToolbarContent() protected méthode

Draws the content of the toolbar.
protected DrawToolbarContent ( ) : void
Résultat void