Class ConsoleEntry
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 |