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

    Class Picture

    Inheritance
    Object
    Picture
    Namespace: Unity.UIWidgets.ui
    Syntax
    public class Picture

    Constructors

    Picture(List<DrawCmd>, Rect, Boolean, BBoxHierarchy<IndexedRect>, List<Int32>)

    Declaration
    public Picture(List<DrawCmd> drawCmds, Rect paintBounds, bool isDynamic = false, BBoxHierarchy<IndexedRect> bbh = null, List<int> stateUpdatesIndices = null)
    Parameters
    Type Name Description
    List<DrawCmd> drawCmds
    Rect paintBounds
    Boolean isDynamic
    BBoxHierarchy<IndexedRect> bbh
    List<Int32> stateUpdatesIndices

    Fields

    bbh

    Declaration
    public readonly BBoxHierarchy<IndexedRect> bbh
    Field Value
    Type Description
    BBoxHierarchy<IndexedRect>

    drawCmds

    Declaration
    public readonly List<DrawCmd> drawCmds
    Field Value
    Type Description
    List<DrawCmd>

    paintBounds

    Declaration
    public readonly Rect paintBounds
    Field Value
    Type Description
    Rect

    stateUpdatesIndices

    Declaration
    public readonly List<int> stateUpdatesIndices
    Field Value
    Type Description
    List<Int32>

    Properties

    isDynamic

    Declaration
    public bool isDynamic { get; }
    Property Value
    Type Description
    Boolean
    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