C# Class TuxedoBerries.ScenePanel.QuickScreenshotPanel

Quick screenshot panel.
Inheritance: BaseUpdateablePanel
Mostrar archivo Open project: TuxedoBerries/ScenePanel

Protected Methods

Method Description
ApplyTitle ( ) : void

Applies the title.

CheckComponents ( ) : void

Checks the components.

DrawContent ( ) : void

Draws the content.

Private Methods

Method Description
OnDestroy ( ) : void

Method Details

ApplyTitle() protected method

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