• Manual
  • Scripting API
Show / Hide Table of Contents
  • ScriptableFramework.DeveloperConsole
    • AppEventCommand
    • BoolEventCommand
    • BoundsEventCommand
    • ClearCommand
    • CommandArguments
    • ConsoleCommand
    • ConsoleCommandEntry
    • ConsoleEntry
    • DeveloperConsole
    • DeveloperConsoleBehaviour
    • Extensions
    • FloatEventCommand
    • GravityCommand
    • HelpCommand
    • IConsoleCommand
    • IntEventCommand
    • LoadSceneCommand
    • LogCommand
    • StateMachineCommand
    • StringEventCommand
    • TimeScaleCommand
    • Vector3EventCommand

Class ConsoleEntry

Inheritance
System.Object
ConsoleEntry
ConsoleCommandEntry
Namespace: ScriptableFramework.DeveloperConsole
Assembly: cs.temp.dll.dll
Syntax
public class ConsoleEntry : MonoBehaviour

Fields

entryText

Declaration
protected TextMeshProUGUI entryText
Field Value
Type Description
TextMeshProUGUI

Methods

Awake()

Declaration
protected virtual void Awake()

SetText(String)

Declaration
public virtual void SetText(string commandText)
Parameters
Type Name Description
System.String commandText
Back to top Generated by DocFX