Class Layer | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Layer

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    AbstractNodeMixinDiagnosticableTree
    Layer
    ContainerLayer
    PerformanceOverlayLayer
    PictureLayer
    TextureLayer
    Inherited Members
    AbstractNodeMixinDiagnosticableTree.depth
    AbstractNodeMixinDiagnosticableTree.redepthChild(AbstractNodeMixinDiagnosticableTree)
    AbstractNodeMixinDiagnosticableTree.redepthChildren()
    AbstractNodeMixinDiagnosticableTree.owner
    AbstractNodeMixinDiagnosticableTree.attached
    AbstractNodeMixinDiagnosticableTree.attach(Object)
    AbstractNodeMixinDiagnosticableTree.detach()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.rendering
    Syntax
    public abstract class Layer : AbstractNodeMixinDiagnosticableTree

    Fields

    debugCreator

    Declaration
    public object debugCreator
    Field Value
    Type Description
    System.Object

    Properties

    alwaysNeedsAddToScene

    Declaration
    protected virtual bool alwaysNeedsAddToScene { get; }
    Property Value
    Type Description
    System.Boolean

    nextSibling

    Declaration
    public Layer nextSibling { get; }
    Property Value
    Type Description
    Layer

    parent

    Declaration
    public ContainerLayer parent { get; }
    Property Value
    Type Description
    ContainerLayer

    previousSibling

    Declaration
    public Layer previousSibling { get; }
    Property Value
    Type Description
    Layer

    Methods

    adoptChild(AbstractNodeMixinDiagnosticableTree)

    Declaration
    protected override void adoptChild(AbstractNodeMixinDiagnosticableTree child)
    Parameters
    Type Name Description
    AbstractNodeMixinDiagnosticableTree child
    Overrides
    AbstractNodeMixinDiagnosticableTree.adoptChild(AbstractNodeMixinDiagnosticableTree)

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Diagnosticable.debugFillProperties(DiagnosticPropertiesBuilder)

    dropChild(AbstractNodeMixinDiagnosticableTree)

    Declaration
    protected override void dropChild(AbstractNodeMixinDiagnosticableTree child)
    Parameters
    Type Name Description
    AbstractNodeMixinDiagnosticableTree child
    Overrides
    AbstractNodeMixinDiagnosticableTree.dropChild(AbstractNodeMixinDiagnosticableTree)

    markNeedsAddToScene()

    Declaration
    protected void markNeedsAddToScene()

    remove()

    Declaration
    public virtual void remove()

    replaceWith(Layer)

    Declaration
    public void replaceWith(Layer newLayer)
    Parameters
    Type Name Description
    Layer newLayer

    toStringShort()

    Declaration
    public override string toStringShort()
    Returns
    Type Description
    System.String
    Overrides
    DiagnosticableTree.toStringShort()
    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