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

    Interface ContainerRenderObjectMixin

    Namespace: Unity.UIWidgets.rendering
    Syntax
    public interface ContainerRenderObjectMixin

    Properties

    childCount

    Declaration
    int childCount { get; }
    Property Value
    Type Description
    System.Int32

    firstChild

    Declaration
    RenderObject firstChild { get; }
    Property Value
    Type Description
    RenderObject

    lastChild

    Declaration
    RenderObject lastChild { get; }
    Property Value
    Type Description
    RenderObject

    Methods

    childAfter(RenderObject)

    Declaration
    RenderObject childAfter(RenderObject child)
    Parameters
    Type Name Description
    RenderObject child
    Returns
    Type Description
    RenderObject

    childBefore(RenderObject)

    Declaration
    RenderObject childBefore(RenderObject child)
    Parameters
    Type Name Description
    RenderObject child
    Returns
    Type Description
    RenderObject

    debugValidateChild(RenderObject)

    Declaration
    bool debugValidateChild(RenderObject child)
    Parameters
    Type Name Description
    RenderObject child
    Returns
    Type Description
    System.Boolean

    insert(RenderObject, RenderObject)

    Declaration
    void insert(RenderObject child, RenderObject after = null)
    Parameters
    Type Name Description
    RenderObject child
    RenderObject after

    move(RenderObject, RenderObject)

    Declaration
    void move(RenderObject child, RenderObject after = null)
    Parameters
    Type Name Description
    RenderObject child
    RenderObject after

    remove(RenderObject)

    Declaration
    void remove(RenderObject child)
    Parameters
    Type Name Description
    RenderObject child
    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