logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityUiHighlightImage

    Data class that caches highlight image properties for efficient width adaptation calculations.
    Stores base dimensions, position, and offsets computed during initial layout evaluation.

    Inheritance
    object
    UnityUiHighlightImage
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Infrastructure.Components
    Assembly: Serenity.UnityUi.Infrastructure.dll
    Syntax
    public class UnityUiHighlightImage

    Constructors

    UnityUiHighlightImage()

    Declaration
    public UnityUiHighlightImage()

    Fields

    BaseLeftOffset

    Declaration
    public float BaseLeftOffset
    Field Value
    Type Description
    float

    BaseLocalPos

    Declaration
    public Vector3 BaseLocalPos
    Field Value
    Type Description
    Vector3

    BaseWidth

    Declaration
    public float BaseWidth
    Field Value
    Type Description
    float

    MaxWidth

    Declaration
    public float MaxWidth
    Field Value
    Type Description
    float
    In this article
    © 2026 Serenity. All Rights Reserved