C# Class TuxedoBerries.ScenePanel.BaseUpdateablePanel

Base updateable panel.
Inheritance: EditorWindow
ファイルを表示 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

Draws the content of the toolbar.

Private Methods

Method Description
DrawToolbar ( ) : void

Draws the toolbar.

OnGUI ( ) : void

Execute the OnGUI event.

OnInspectorUpdate ( ) : void

Method Details

ApplyTitle() protected abstract method

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

BeforeUpdate() protected method

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

CheckComponents() protected abstract method

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

DrawContent() protected abstract method

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

DrawToolbarContent() protected method

Draws the content of the toolbar.
protected DrawToolbarContent ( ) : void
return void