C# Class MobileConsole.LogConsole

Inheritance: MonoBehaviour
ファイルを表示 Open project: pixeption/MobileConsoleKit Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

CloseAllSubView() public static method

public static CloseAllSubView ( ) : void
return void

GetCommand() public static method

public static GetCommand ( ) : T
return T

GetCommands() public static method

public static GetCommands ( ) : ReadOnlyCollection
return ReadOnlyCollection

HasCommandsCreated() public static method

public static HasCommandsCreated ( ) : bool
return bool

Hide() public static method

public static Hide ( ) : void
return void

OpenChannelView() public method

public OpenChannelView ( ) : void
return void

OpenCommandView() public method

public OpenCommandView ( ) : void
return void

OpenSettingView() public method

public OpenSettingView ( ) : void
return void

OpenShareLogView() public method

public OpenShareLogView ( ) : void
return void

PopSubView() public static method

public static PopSubView ( ) : void
return void

PushSubView() public static method

public static PushSubView ( ViewBuilder viewBuilder ) : void
viewBuilder ViewBuilder
return void

ShareAllLogs() public static method

public static ShareAllLogs ( ) : void
return void

Show() public static method

public static Show ( bool isShow = true ) : void
isShow bool
return void

ToggleShow() public static method

public static ToggleShow ( ) : void
return void

ToggleShowLogConsole() public method

public ToggleShowLogConsole ( ) : void
return void