C# Class Foundation.Debuging.Internal.TerminalView

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
CommandLayout UnityEngine.Transform
CommandPrototype TerminalCommandView
DisplayRoot UnityEngine.GameObject
DoDontDestoryOnLoad bool
ErrorColor Color
ImportantColor Color
InputColor Color
ItemLayout UnityEngine.Transform
ItemPrototype TerminalItemView
ItemScrollBar Scrollbar
LogColor Color
SuccessColor Color
TextInput InputField
VisiblityKey KeyCode
WarningColor Color

Public Methods

Method Description
Commands_OnAdd ( TerminalCommand obj ) : void
Commands_OnClear ( ) : void
Commands_OnRemove ( TerminalCommand obj ) : void
DoClear ( ) : void
DoSend ( ) : void
Items_OnAdd ( TerminalItem obj ) : void
Items_OnClear ( ) : void
Items_OnRemove ( TerminalItem obj ) : void

Protected Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Update ( ) : void

Private Methods

Method Description
AddItemAsync ( TerminalItem obj ) : IEnumerator
HandlerLog ( string condition, string stackTrace, LogType type ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Commands_OnAdd() public method

public Commands_OnAdd ( TerminalCommand obj ) : void
obj TerminalCommand
return void

Commands_OnClear() public method

public Commands_OnClear ( ) : void
return void

Commands_OnRemove() public method

public Commands_OnRemove ( TerminalCommand obj ) : void
obj TerminalCommand
return void

DoClear() public method

public DoClear ( ) : void
return void

DoSend() public method

public DoSend ( ) : void
return void

Items_OnAdd() public method

public Items_OnAdd ( TerminalItem obj ) : void
obj TerminalItem
return void

Items_OnClear() public method

public Items_OnClear ( ) : void
return void

Items_OnRemove() public method

public Items_OnRemove ( TerminalItem obj ) : void
obj TerminalItem
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

CommandLayout public_oe property

Parent for Command Views
public Transform,UnityEngine CommandLayout
return UnityEngine.Transform

CommandPrototype public_oe property

Button View Template
public TerminalCommandView,Foundation.Debuging.Internal CommandPrototype
return TerminalCommandView

DisplayRoot public_oe property

For Hide / show
public GameObject,UnityEngine DisplayRoot
return UnityEngine.GameObject

DoDontDestoryOnLoad public_oe property

Option
public bool DoDontDestoryOnLoad
return bool

ErrorColor public_oe property

public Color ErrorColor
return Color

ImportantColor public_oe property

public Color ImportantColor
return Color

InputColor public_oe property

public Color InputColor
return Color

ItemLayout public_oe property

Parent for Log Views
public Transform,UnityEngine ItemLayout
return UnityEngine.Transform

ItemPrototype public_oe property

Log View Template
public TerminalItemView,Foundation.Debuging.Internal ItemPrototype
return TerminalItemView

ItemScrollBar public_oe property

Snap to bottom
public Scrollbar ItemScrollBar
return Scrollbar

LogColor public_oe property

public Color LogColor
return Color

SuccessColor public_oe property

public Color SuccessColor
return Color

TextInput public_oe property

For Input
public InputField TextInput
return InputField

VisiblityKey public_oe property

public KeyCode VisiblityKey
return KeyCode

WarningColor public_oe property

public Color WarningColor
return Color