Enum EditorToaster.Severity
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
public enum EditorToaster.Severity : long
Fields
Error = 2
Toast will display with an ERROR severity and have a corresponding color.
Info = 0
Toast will display with an INFO severity.
Warning = 1
Toast will display with a WARNING severity and have a corresponding color.