C# 클래스 LeopotamGroup.Common.ScreenManager

Screen / scene manager, provides api for navigation with history rollback support.
상속: UnitySingletonBase
파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 메소드들

메소드 설명
ClearHistory ( ) : void

Force history clearup.

NavigateBack ( ) : void

Navigate back through saved in history screens.

NavigateTo ( string screenName, bool saveToHistory = false ) : void

Navigate to new screen.

보호된 메소드들

메소드 설명
OnConstruct ( ) : void

메소드 상세

ClearHistory() 공개 메소드

Force history clearup.
public ClearHistory ( ) : void
리턴 void

NavigateBack() 공개 메소드

Navigate back through saved in history screens.
public NavigateBack ( ) : void
리턴 void

NavigateTo() 공개 메소드

Navigate to new screen.
public NavigateTo ( string screenName, bool saveToHistory = false ) : void
screenName string Target screen name.
saveToHistory bool Save current screen to history for using NavigateBack later.
리턴 void

OnConstruct() 보호된 메소드

protected OnConstruct ( ) : void
리턴 void