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

    Class BitmapLayer

    Inheritance
    System.Object
    BitmapLayer
    Namespace: PDNWrapper
    Syntax
    public class BitmapLayer

    Constructors

    BitmapLayer(Int32, Int32)

    Declaration
    public BitmapLayer(int w, int h)
    Parameters
    Type Name Description
    System.Int32 w
    System.Int32 h

    Properties

    BlendMode

    Declaration
    public LayerBlendMode BlendMode { get; set; }
    Property Value
    Type Description
    LayerBlendMode

    Bounds

    Declaration
    public Rectangle Bounds { get; }
    Property Value
    Type Description
    Rectangle

    ChildLayer

    Declaration
    public List<BitmapLayer> ChildLayer { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BitmapLayer>

    IsGroup

    Declaration
    public bool IsGroup { get; set; }
    Property Value
    Type Description
    System.Boolean

    LayerID

    Declaration
    public int LayerID { get; set; }
    Property Value
    Type Description
    System.Int32

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Declaration
    public byte Opacity { get; set; }
    Property Value
    Type Description
    System.Byte

    ParentLayer

    Declaration
    public BitmapLayer ParentLayer { get; set; }
    Property Value
    Type Description
    BitmapLayer

    Surface

    Declaration
    public Surface Surface { get; set; }
    Property Value
    Type Description
    Surface

    Visible

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Declaration
    public void Dispose()
    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