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

    Class RawLayerInfo

    Inheritance
    System.Object
    LayerInfo
    RawLayerInfo
    Namespace: PhotoshopFile
    Syntax
    public class RawLayerInfo : LayerInfo

    Constructors

    RawLayerInfo(PsdBinaryReader, String, String, Int64)

    Declaration
    public RawLayerInfo(PsdBinaryReader reader, string signature, string key, long dataLength)
    Parameters
    Type Name Description
    PsdBinaryReader reader
    System.String signature
    System.String key
    System.Int64 dataLength

    RawLayerInfo(String, String)

    Declaration
    public RawLayerInfo(string key, string signature = "8BIM")
    Parameters
    Type Name Description
    System.String key
    System.String signature

    Properties

    Data

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    System.Byte[]

    Key

    Declaration
    public override string Key { get; }
    Property Value
    Type Description
    System.String
    Overrides
    LayerInfo.Key

    Signature

    Declaration
    public override string Signature { get; }
    Property Value
    Type Description
    System.String
    Overrides
    LayerInfo.Signature
    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