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

    Class ContainerLayer

    Inheritance
    System.Object
    Layer
    ContainerLayer
    BackdropFilterLayer
    ClipPathLayer
    ClipRectLayer
    ClipRRectLayer
    OpacityLayer
    PhysicalShapeLayer
    TransformLayer
    Inherited Members
    Layer.parent
    Layer.paintBounds
    Layer.needsPainting
    Layer.paint(PaintContext)
    Namespace: Unity.UIWidgets.flow
    Syntax
    public abstract class ContainerLayer : Layer

    Properties

    layers

    Declaration
    public List<Layer> layers { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Layer>

    Methods

    add(Layer)

    Declaration
    public void add(Layer layer)
    Parameters
    Type Name Description
    Layer layer

    paintChildren(PaintContext)

    Declaration
    protected void paintChildren(PaintContext context)
    Parameters
    Type Name Description
    PaintContext context

    preroll(PrerollContext, Matrix3)

    Declaration
    public override void preroll(PrerollContext context, Matrix3 matrix)
    Parameters
    Type Name Description
    PrerollContext context
    Matrix3 matrix
    Overrides
    Layer.preroll(PrerollContext, Matrix3)

    prerollChildren(PrerollContext, Matrix3, ref Rect)

    Declaration
    protected void prerollChildren(PrerollContext context, Matrix3 childMatrix, ref Rect childPaintBounds)
    Parameters
    Type Name Description
    PrerollContext context
    Matrix3 childMatrix
    Rect childPaintBounds
    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