C# 클래스 MobileConsole.LogConsole

상속: MonoBehaviour
파일 보기 프로젝트 열기: pixeption/MobileConsoleKit 1 사용 예제들

공개 메소드들

메소드 설명
CloseAllSubView ( ) : void
GetCommand ( ) : T
GetCommands ( ) : ReadOnlyCollection
HasCommandsCreated ( ) : bool
Hide ( ) : void
OpenChannelView ( ) : void
OpenCommandView ( ) : void
OpenSettingView ( ) : void
OpenShareLogView ( ) : void
PopSubView ( ) : void
PushSubView ( ViewBuilder viewBuilder ) : void
ShareAllLogs ( ) : void
Show ( bool isShow = true ) : void
ToggleShow ( ) : void
ToggleShowLogConsole ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
InitCommands ( ) : void
InitViewBuilders ( ) : void
IsCommandsCreated ( ) : bool
OnChannelViewClosed ( ) : void
OnFPSVisibilityChanged ( ) : void
OnWindowSizeChanged ( ) : void
RequestLogConsoleVisibilityChange ( bool visibility ) : void
Start ( ) : void
Update ( ) : void
UpdateCanvasScaler ( ) : void
_CloseAllSubView ( ) : void
_OnShareAllLogRequest ( ) : void
_PopSubView ( ) : void
_PushSubView ( ViewBuilder viewBuilder ) : void

메소드 상세

CloseAllSubView() 공개 정적인 메소드

public static CloseAllSubView ( ) : void
리턴 void

GetCommand() 공개 정적인 메소드

public static GetCommand ( ) : T
리턴 T

GetCommands() 공개 정적인 메소드

public static GetCommands ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection

HasCommandsCreated() 공개 정적인 메소드

public static HasCommandsCreated ( ) : bool
리턴 bool

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

OpenChannelView() 공개 메소드

public OpenChannelView ( ) : void
리턴 void

OpenCommandView() 공개 메소드

public OpenCommandView ( ) : void
리턴 void

OpenSettingView() 공개 메소드

public OpenSettingView ( ) : void
리턴 void

OpenShareLogView() 공개 메소드

public OpenShareLogView ( ) : void
리턴 void

PopSubView() 공개 정적인 메소드

public static PopSubView ( ) : void
리턴 void

PushSubView() 공개 정적인 메소드

public static PushSubView ( ViewBuilder viewBuilder ) : void
viewBuilder ViewBuilder
리턴 void

ShareAllLogs() 공개 정적인 메소드

public static ShareAllLogs ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( bool isShow = true ) : void
isShow bool
리턴 void

ToggleShow() 공개 정적인 메소드

public static ToggleShow ( ) : void
리턴 void

ToggleShowLogConsole() 공개 메소드

public ToggleShowLogConsole ( ) : void
리턴 void