Table of Contents

Class GraphicsDebugMessage

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Represents a debug message from the graphics subsystem.

public class GraphicsDebugMessage
Inheritance
GraphicsDebugMessage
Inherited Members

Constructors

GraphicsDebugMessage()

public GraphicsDebugMessage()

Properties

Category

Gets or Sets the category of the debug message.

public string Category { get; set; }

Property Value

string

Id

Gets or Sets the ID of the debug message.

public int Id { get; set; }

Property Value

int

IdName

Gets or Sets the string representation of the debug message ID.

public string IdName { get; set; }

Property Value

string

Message

Gets or Sets the message.

public string Message { get; set; }

Property Value

string

Severity

Gets or Sets the debug severity level of the message.

public string Severity { get; set; }

Property Value

string