Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public static GetCommands ( ) : ReadOnlyCollection |
||
return | ReadOnlyCollection |
public static PushSubView ( ViewBuilder viewBuilder ) : void | ||
viewBuilder | ViewBuilder | |
return | void |
public static Show ( bool isShow = true ) : void | ||
isShow | bool | |
return | void |