Type

Enum in MessageBoxAttribute

Inherits from System.Enum

Summary

The type of the message box to display.

public enum Type
{
    None,
    Info,
    Warning,
    Error
};

Members

Name
Description

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.

See Also

  • UnityEditor.MessageType:

Last updated

Was this helpful?