Enum UiThemeValidatorEngine.IssueSeverity
Severity/kind of a single theme validation issue. Kept as three distinct values (rather than a generic "invalid") because the window maps each to a different exception type to preserve its pre-extraction behavior exactly.
Namespace: Serenity.Ui.Installation.Settings.Editor
Assembly: Serenity.UnityUi.Installation.Editor.dll
Syntax
public enum UiThemeValidatorEngine.IssueSeverity
Fields
| Name | Description |
|---|---|
| Missing | The field itself is null. |
| MissingComponent | The field is a GameObject but lacks the required component. |
| NotAGameObject | The field is assigned but the value is not a GameObject. |