C# Class TuxedoBerries.ScenePanel.SceneListPanel

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

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

Private Methods

Méthode Description
DrawAll ( ) : void
DrawAllFavorites ( ) : void
DrawIenum ( SceneEntityDrawer drawer, IEnumerator ienum ) : void
DrawMainScroll ( ) : void
OnDestroy ( ) : void
PassFilter ( ISceneEntity entity ) : bool
UpdateCurrentScene ( ) : void

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

DrawContent() protected méthode

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

DrawToolbarContent() protected méthode

protected DrawToolbarContent ( ) : void
Résultat void