C# 클래스 TuxedoBerries.ScenePanel.Drawers.SceneHistoryDrawer

Scene history drawer. Draws the history of the scenes opened.
상속: BaseDrawer
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel 1 사용 예제들

공개 메소드들

메소드 설명
ClearHistory ( ) : void
DrawHistory ( ) : void

Draws the history.

RestoreFromPlay ( ) : void

Restores from play.

SceneHistoryDrawer ( ) : TuxedoBerries.ScenePanel.Constants
UpdateCurrentHistory ( ) : void

Updates the current history.

비공개 메소드들

메소드 설명
BackButtonAction ( ) : void
ForwardButtonAction ( ) : void
GetColor ( bool enabled ) : Color
GetTexture ( string path ) : Texture
GoToFuture ( ) : void
GoToPast ( ) : void

메소드 상세

ClearHistory() 공개 메소드

public ClearHistory ( ) : void
리턴 void

DrawHistory() 공개 메소드

Draws the history.
public DrawHistory ( ) : void
리턴 void

RestoreFromPlay() 공개 메소드

Restores from play.
public RestoreFromPlay ( ) : void
리턴 void

SceneHistoryDrawer() 공개 메소드

public SceneHistoryDrawer ( ) : TuxedoBerries.ScenePanel.Constants
리턴 TuxedoBerries.ScenePanel.Constants

UpdateCurrentHistory() 공개 메소드

Updates the current history.
public UpdateCurrentHistory ( ) : void
리턴 void