Class DebugTextOutput
Inheritance
DebugTextOutput
Assembly: cs.temp.dll.dll
Syntax
public class DebugTextOutput : MonoBehaviour, MonoBehaviour
Fields
textMesh
Declaration
protected TextMeshPro textMesh
Field Value
Type |
Description |
TextMeshPro |
|
textMesh
Declaration
protected TextMeshPro textMesh
Field Value
Type |
Description |
TextMeshPro |
|
Methods
SetTextWithTimestamp(String)
Declaration
public void SetTextWithTimestamp(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
SetTextWithTimestamp(String)
Declaration
public void SetTextWithTimestamp(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
Implements
MonoBehaviour