DebugConsole
Summary
Definition
Namespace: SDT4.Managed.Debugging
Assembly: SDT4.Managed.Debugging.dll
static class DebugConsole
Inheritance:
Object ➔ DebugConsole
Implements:
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
Methods
public static Void Print(String message, Boolean printToConsole, ColorRgba textColor, Double duration)
Summary: Prints text to the screen and console, with a certain colour and duration.
Parameters:
-
message(String): The message to print -
printToConsole(Boolean): Whether to log the message to the console (will show up in log files) -
textColor(ColorRgba): The colour of the printed text on screen -
duration(Double): How long the text should be visible on screen
public static Void Print(String message, Boolean printToConsole, Double duration)
Summary: Prints text to the screen and console, with a duration.
Parameters:
-
message(String): The message to print -
printToConsole(Boolean): Whether to log the message to the console (will show up in log files) -
duration(Double): How long the text should be visible on screen
public static Void Print(String message)
Summary: Prints text to the screen and console
Parameters:
message(String): The message to print
public static Void Log(String message, LogSeverity severity)
Parameters:
-
message(String): -
severity(LogSeverity):
public static Void LogReferenceHazard(Object disposed, Object notifier)
Parameters:
public static Void LogOwnershipHazard(Object disposed)
Parameters:
disposed(Object):