C# 클래스 TuxedoBerries.ScenePanel.CurrentScenePanel

Current scene panel.
상속: BaseUpdateablePanel
파일 보기 프로젝트 열기: 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

비공개 메소드들

메소드 설명
Content ( ) : void
OnDestroy ( ) : void
UpdateCurrentScene ( ) : void

메소드 상세

ApplyTitle() 보호된 메소드

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

BeforeUpdate() 보호된 메소드

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

CheckComponents() 보호된 메소드

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

DrawContent() 보호된 메소드

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

DrawToolbarContent() 보호된 메소드

protected DrawToolbarContent ( ) : void
리턴 void