C# 클래스 TuxedoBerries.ScenePanel.HistoryPanel

History panel.
상속: BaseUpdateablePanel
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

공개 메소드들

메소드 설명
ClearHistory ( ) : void

Clears the history.

보호된 메소드들

메소드 설명
ApplyTitle ( ) : void

Applies the title.

CheckComponents ( ) : void

Checks the components.

DrawContent ( ) : void

Draws the content.

DrawToolbarContent ( ) : void

Draws the content of the toolbar.

비공개 메소드들

메소드 설명
OnDestroy ( ) : void
UpdateHistory ( ) : void

Updates the history.

메소드 상세

ApplyTitle() 보호된 메소드

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

CheckComponents() 보호된 메소드

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

ClearHistory() 공개 메소드

Clears the history.
public ClearHistory ( ) : void
리턴 void

DrawContent() 보호된 메소드

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

DrawToolbarContent() 보호된 메소드

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