Class GraphicsDebugMessage
Represents a debug message from the graphics subsystem.
public class GraphicsDebugMessage
- Inheritance
-
GraphicsDebugMessage
- Inherited Members
Properties
Category
Gets or Sets the category of the debug message.
public string Category { get; set; }
Property Value
Id
Gets or Sets the ID of the debug message.
public int Id { get; set; }
Property Value
IdName
Gets or Sets the string representation of the debug message ID.
public string IdName { get; set; }
Property Value
Message
Gets or Sets the message.
public string Message { get; set; }
Property Value
Severity
Gets or Sets the debug severity level of the message.
public string Severity { get; set; }