C# Class Foundation.Debuging.Internal.TerminalView

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
Update ( ) : void

Private Methods

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

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Commands_OnAdd() public méthode

public Commands_OnAdd ( TerminalCommand obj ) : void
obj TerminalCommand
Résultat void

Commands_OnClear() public méthode

public Commands_OnClear ( ) : void
Résultat void

Commands_OnRemove() public méthode

public Commands_OnRemove ( TerminalCommand obj ) : void
obj TerminalCommand
Résultat void

DoClear() public méthode

public DoClear ( ) : void
Résultat void

DoSend() public méthode

public DoSend ( ) : void
Résultat void

Items_OnAdd() public méthode

public Items_OnAdd ( TerminalItem obj ) : void
obj TerminalItem
Résultat void

Items_OnClear() public méthode

public Items_OnClear ( ) : void
Résultat void

Items_OnRemove() public méthode

public Items_OnRemove ( TerminalItem obj ) : void
obj TerminalItem
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

CommandLayout public_oe property

Parent for Command Views
public Transform,UnityEngine CommandLayout
Résultat UnityEngine.Transform

CommandPrototype public_oe property

Button View Template
public TerminalCommandView,Foundation.Debuging.Internal CommandPrototype
Résultat TerminalCommandView

DisplayRoot public_oe property

For Hide / show
public GameObject,UnityEngine DisplayRoot
Résultat UnityEngine.GameObject

DoDontDestoryOnLoad public_oe property

Option
public bool DoDontDestoryOnLoad
Résultat bool

ErrorColor public_oe property

public Color ErrorColor
Résultat Color

ImportantColor public_oe property

public Color ImportantColor
Résultat Color

InputColor public_oe property

public Color InputColor
Résultat Color

ItemLayout public_oe property

Parent for Log Views
public Transform,UnityEngine ItemLayout
Résultat UnityEngine.Transform

ItemPrototype public_oe property

Log View Template
public TerminalItemView,Foundation.Debuging.Internal ItemPrototype
Résultat TerminalItemView

ItemScrollBar public_oe property

Snap to bottom
public Scrollbar ItemScrollBar
Résultat Scrollbar

LogColor public_oe property

public Color LogColor
Résultat Color

SuccessColor public_oe property

public Color SuccessColor
Résultat Color

TextInput public_oe property

For Input
public InputField TextInput
Résultat InputField

VisiblityKey public_oe property

public KeyCode VisiblityKey
Résultat KeyCode

WarningColor public_oe property

public Color WarningColor
Résultat Color