Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Method in MessageBoxAttribute
Creates a new warning Message using the provided text.
string
message
The text to show in the message box. If this value is null
, no message box is displayed.
A new Message .
Class in Yarn.Unity
Inherits from YarnEditorAttribute
Shows a message box on the property.
The type of the message box to display.
A description for a message box to show in the Unity Inspector.
Creates a new error using the provided text.
Creates a new information using the provided text.
Creates a new neutral using the provided text.
Creates a new warning using the provided text.
Returns a new that represents an instruction to not draw a message box at all.
The name of a method that will be called to determine the contents of the message box. The method must return a .
Property in MessageBoxAttribute
The name of a method that will be called to determine the contents of the message box. The method must return a Message .
Field in Message
The text to show in the message box. If this value is null
, no message box is displayed.
Method in MessageBoxAttribute
Creates a new information Message using the provided text.
string
message
The text to show in the message box. If this value is null
, no message box is displayed.
A new Message .
Method in MessageBoxAttribute
Creates a new error Message using the provided text.
string
message
The text to show in the message box. If this value is null
, no message box is displayed.
A new Message .
Enumeration Member in Type
Show a warning icon in the message box.
UnityEditor.MessageType.Warning:
TYPENAME_UNKNOWN in Message
Creates a new message with the given string.
text
The text to show in the message box. If this value is null
, no message box is displayed.
Enumeration Member in Type
Show an information icon in the message box.
UnityEditor.MessageType.Info:
Method in MessageBoxAttribute
Creates a new neutral Message using the provided text.
string
message
The text to show in the message box. If this value is null
, no message box is displayed.
A new Message .
Enum in MessageBoxAttribute
Inherits from System.Enum
The type of the message box to display.
Show an error icon in the message box.
Show an information icon in the message box.
Do not show an icon in the message box.
Show a warning icon in the message box.
UnityEditor.MessageType:
Struct in MessageBoxAttribute
Inherits from System.ValueType
A description for a message box to show in the Unity Inspector.
The text to show in the message box. If this value is null
, no message box is displayed.
The type of the message to show.
Creates a new message with the given string.