C# 클래스 TuxedoBerries.ScenePanel.BaseUpdateablePanel

Base updateable panel.
상속: EditorWindow
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
DrawToolbar ( ) : void

Draws the toolbar.

OnGUI ( ) : void

Execute the OnGUI event.

OnInspectorUpdate ( ) : void

메소드 상세

ApplyTitle() 보호된 추상적인 메소드

Applies the title.
protected abstract ApplyTitle ( ) : void
리턴 void

BeforeUpdate() 보호된 메소드

Execute the Before Update event
protected BeforeUpdate ( ) : void
리턴 void

CheckComponents() 보호된 추상적인 메소드

Checks the components.
protected abstract CheckComponents ( ) : void
리턴 void

DrawContent() 보호된 추상적인 메소드

Draws the content.
protected abstract DrawContent ( ) : void
리턴 void

DrawToolbarContent() 보호된 메소드

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