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:


public static Void Print(String message, Boolean printToConsole, Double duration)

Summary: Prints text to the screen and console, with a duration.

Parameters:


public static Void Print(String message)

Summary: Prints text to the screen and console

Parameters:


public static Void Log(String message, LogSeverity severity)

Parameters:


public static Void LogReferenceHazard(Object disposed, Object notifier)

Parameters:


public static Void LogOwnershipHazard(Object disposed)

Parameters: