logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct UiThemeValidatorEngine.Issue

    A single finding from validating a theme's template prefabs.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.Ui.Installation.Settings.Editor
    Assembly: Serenity.UnityUi.Installation.Editor.dll
    Syntax
    public readonly struct UiThemeValidatorEngine.Issue

    Constructors

    Issue(string, IssueSeverity, string)

    Declaration
    public Issue(string fieldName, UiThemeValidatorEngine.IssueSeverity severity, string message)
    Parameters
    Type Name Description
    string fieldName
    UiThemeValidatorEngine.IssueSeverity severity
    string message

    Fields

    FieldName

    Declaration
    public readonly string FieldName
    Field Value
    Type Description
    string

    Which template field the issue is about (e.g. "SubmittableTemplate").

    Message

    Declaration
    public readonly string Message
    Field Value
    Type Description
    string

    Human-readable description.

    Severity

    Declaration
    public readonly UiThemeValidatorEngine.IssueSeverity Severity
    Field Value
    Type Description
    UiThemeValidatorEngine.IssueSeverity

    Severity of the issue.

    In this article
    © 2026 Serenity. All Rights Reserved