logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    © 2026 Serenity. All Rights Reserved