Show / Hide Table of Contents

    Class ConsoleUIBehaviour

    MonoBehaviour to connect console UI to Unity

    Inheritance
    Object
    ConsoleUIBehaviour
    TextMeshProUGUIConsoleUI
    Namespace: i5.Toolkit.Core.AppConsole
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ConsoleUIBehaviour : MonoBehaviour

    Fields

    captureInBackground

    Declaration
    protected bool captureInBackground
    Field Value
    Type Description
    Boolean

    consoleUI

    Declaration
    protected ConsoleUI consoleUI
    Field Value
    Type Description
    ConsoleUI

    Methods

    Awake()

    Declaration
    protected virtual void Awake()

    OnDisable()

    Declaration
    protected virtual void OnDisable()

    OnEnable()

    Declaration
    protected virtual void OnEnable()
    Back to top i5 Toolkit Documentation