Class MultiChildLayoutDelegate | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class MultiChildLayoutDelegate

    Inheritance
    Object
    MultiChildLayoutDelegate
    _DatePickerLayoutDelegate
    Namespace: Unity.UIWidgets.rendering
    Syntax
    public abstract class MultiChildLayoutDelegate

    Methods

    getSize(BoxConstraints)

    Declaration
    public virtual Size getSize(BoxConstraints constraints)
    Parameters
    Type Name Description
    BoxConstraints constraints
    Returns
    Type Description
    Size

    hasChild(Object)

    Declaration
    public bool hasChild(object childId)
    Parameters
    Type Name Description
    Object childId
    Returns
    Type Description
    Boolean

    layoutChild(Object, BoxConstraints)

    Declaration
    public Size layoutChild(object childId, BoxConstraints constraints)
    Parameters
    Type Name Description
    Object childId
    BoxConstraints constraints
    Returns
    Type Description
    Size

    performLayout(Size)

    Declaration
    public abstract void performLayout(Size size)
    Parameters
    Type Name Description
    Size size

    positionChild(Object, Offset)

    Declaration
    public void positionChild(object childId, Offset offset)
    Parameters
    Type Name Description
    Object childId
    Offset offset

    shouldRelayout(MultiChildLayoutDelegate)

    Declaration
    public abstract bool shouldRelayout(MultiChildLayoutDelegate oldDelegate)
    Parameters
    Type Name Description
    MultiChildLayoutDelegate oldDelegate
    Returns
    Type Description
    Boolean

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023