C# Class TuxedoBerries.ScenePanel.CurrentScenePanel

Current scene 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
Content ( ) : void
OnDestroy ( ) : void
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