Struct SystemMessage
A simple diagnostic message with a title and message body.
Inherited Members
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public readonly struct SystemMessage
Constructors
| Edit this page View SourceSystemMessage(string, string)
Declaration
public SystemMessage(string title, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | |
| string | message |
Fields
| Edit this page View Sourcemessage
Declaration
public readonly string message
Field Value
| Type | Description |
|---|---|
| string |
title
Declaration
public readonly string title
Field Value
| Type | Description |
|---|---|
| string |