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

    Class ProxyElement

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    Element
    ComponentElement
    ProxyElement
    InheritedElement
    ParentDataElement
    Inherited Members
    ComponentElement.mount(Element, Object)
    ComponentElement._firstBuild()
    ComponentElement.performRebuild()
    ComponentElement.visitChildren(ElementVisitor)
    ComponentElement.forgetChild(Element)
    Element.Equals(Object)
    Element.GetHashCode()
    Element.slot
    Element.depth
    Element.owner
    Element._active
    Element.renderObject
    Element.debugVisitOnstageChildren(ElementVisitor)
    Element.visitChildElements(ElementVisitor)
    Element.updateChild(Element, Widget, Object)
    Element.updateSlotForChild(Element, Object)
    Element.detachRenderObject()
    Element.attachRenderObject(Object)
    Element.inflateWidget(Widget, Object)
    Element.deactivateChild(Element)
    Element.activate()
    Element.deactivate()
    Element.debugDeactivated()
    Element.unmount()
    Element.findRenderObject()
    Element.size
    Element.inheritFromElement(InheritedElement, Object)
    Element.inheritFromWidgetOfExactType(Type, Object)
    Element.ancestorInheritedElementForWidgetOfExactType(Type)
    Element.ancestorWidgetOfExactType(Type)
    Element.ancestorStateOfType(TypeMatcher)
    Element.rootAncestorStateOfType(TypeMatcher)
    Element.ancestorRenderObjectOfType(TypeMatcher)
    Element.visitAncestorElements(ElementVisitorBool)
    Element.didChangeDependencies()
    Element.debugGetCreatorChain(Int32)
    Element.debugGetDiagnosticChain()
    Element.toStringShort()
    Element.debugFillProperties(DiagnosticPropertiesBuilder)
    Element.debugDescribeChildren()
    Element.dirty
    Element.markNeedsBuild()
    Element.rebuild()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public abstract class ProxyElement : ComponentElement, BuildContext

    Constructors

    ProxyElement(Widget)

    Declaration
    protected ProxyElement(Widget widget)
    Parameters
    Type Name Description
    Widget widget

    Properties

    widget

    Declaration
    public ProxyWidget widget { get; }
    Property Value
    Type Description
    ProxyWidget

    Methods

    build()

    Declaration
    protected override Widget build()
    Returns
    Type Description
    Widget
    Overrides
    ComponentElement.build()

    notifyClients(ProxyWidget)

    Declaration
    protected abstract void notifyClients(ProxyWidget oldWidget)
    Parameters
    Type Name Description
    ProxyWidget oldWidget

    update(Widget)

    Declaration
    public override void update(Widget newWidget)
    Parameters
    Type Name Description
    Widget newWidget
    Overrides
    Element.update(Widget)

    updated(ProxyWidget)

    Declaration
    protected virtual void updated(ProxyWidget oldWidget)
    Parameters
    Type Name Description
    ProxyWidget oldWidget
    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