logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityCompositeViewChild

    Authorable child slot of a UnityCompositeViewDefinition. Assign a ViewDefinition asset — a menu definition or another composite definition — to host in this slot. Then declare its main-axis size with Size in CSS-style units. The child is identified within its composite by the assigned definition's Id.

    Inheritance
    object
    UnityCompositeViewChild
    Implements
    ICompositeViewChild
    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.Settings
    Assembly: Serenity.UnityUi.Infrastructure.dll
    Syntax
    public class UnityCompositeViewChild : ICompositeViewChild

    Constructors

    UnityCompositeViewChild()

    Declaration
    public UnityCompositeViewChild()

    Fields

    Size

    Declaration
    public LayoutSize Size
    Field Value
    Type Description
    LayoutSize

    ViewAlignment

    Declaration
    public UiAnchorType ViewAlignment
    Field Value
    Type Description
    UiAnchorType

    ViewDefinition

    Declaration
    public UnityViewDefinition ViewDefinition
    Field Value
    Type Description
    UnityViewDefinition

    Implements

    ICompositeViewChild
    In this article
    © 2026 Serenity. All Rights Reserved