Interface RenderSliverBoxChildManager | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface RenderSliverBoxChildManager

    Namespace: Unity.UIWidgets.rendering
    Syntax
    public interface RenderSliverBoxChildManager

    Properties

    childCount

    Declaration
    int? childCount { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    createChild(Int32, RenderBox)

    Declaration
    void createChild(int index, RenderBox after = null)
    Parameters
    Type Name Description
    System.Int32 index
    RenderBox after

    debugAssertChildListLocked()

    Declaration
    bool debugAssertChildListLocked()
    Returns
    Type Description
    System.Boolean

    didAdoptChild(RenderBox)

    Declaration
    void didAdoptChild(RenderBox child)
    Parameters
    Type Name Description
    RenderBox child

    didFinishLayout()

    Declaration
    void didFinishLayout()

    didStartLayout()

    Declaration
    void didStartLayout()

    estimateMaxScrollOffset(SliverConstraints, Int32, Int32, Single, Single)

    Declaration
    float estimateMaxScrollOffset(SliverConstraints constraints, int firstIndex = 0, int lastIndex = 0, float leadingScrollOffset = 0F, float trailingScrollOffset = 0F)
    Parameters
    Type Name Description
    SliverConstraints constraints
    System.Int32 firstIndex
    System.Int32 lastIndex
    System.Single leadingScrollOffset
    System.Single trailingScrollOffset
    Returns
    Type Description
    System.Single

    removeChild(RenderBox)

    Declaration
    void removeChild(RenderBox child)
    Parameters
    Type Name Description
    RenderBox child

    setDidUnderflow(Boolean)

    Declaration
    void setDidUnderflow(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    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