C# Class TuxedoBerries.ScenePanel.SceneListPanel

Scene list panel.
Inheritance: BaseUpdateablePanel
Mostrar archivo Open project: TuxedoBerries/ScenePanel

Protected Methods

Method 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

Method 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 method

Applies the title.
protected ApplyTitle ( ) : void
return void

BeforeUpdate() protected method

Execute the Before Update event
protected BeforeUpdate ( ) : void
return void

CheckComponents() protected method

Checks the components.
protected CheckComponents ( ) : void
return void

DrawContent() protected method

Draws the content.
protected DrawContent ( ) : void
return void

DrawToolbarContent() protected method

protected DrawToolbarContent ( ) : void
return void