Version 3.3.0.1

InfoMessageType enum

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
public enum InfoMessageType
Type of info message box. This enum matches Unity's MessageType enum which could not be used since it is located in the UnityEditor assembly.

Values

Error
Error message box.
Info
Information message box.
None
Generic message box with no type.
Warning
Warning message box.