Interface ITypeMessage
An interface that represents a message to be displayed in the Inspector view.
Namespace: UnityEditor.PolySpatial.Validation
Syntax
public interface ITypeMessage
Properties
Link
The message's link, if it has one.
Declaration
ITypeMessage.LinkData Link { get; }
Property Value
| Type | Description |
|---|---|
| ITypeMessage.LinkData |
Message
The message text.
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| String |
MessageType
The message type.
Declaration
MessageType MessageType { get; }
Property Value
| Type | Description |
|---|---|
| MessageType |