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

    Class ResolutionInfo

    Summary description for ResolutionInfo.

    Inheritance
    System.Object
    ImageResource
    ResolutionInfo
    Inherited Members
    ImageResource.Signature
    ImageResource.Name
    Namespace: PhotoshopFile
    Syntax
    public class ResolutionInfo : ImageResource

    Constructors

    ResolutionInfo()

    Declaration
    public ResolutionInfo()

    ResolutionInfo(PsdBinaryReader, String)

    Declaration
    public ResolutionInfo(PsdBinaryReader reader, string name)
    Parameters
    Type Name Description
    PsdBinaryReader reader
    System.String name

    Properties

    HDpi

    Horizontal DPI.

    Declaration
    public UFixed16_16 HDpi { get; set; }
    Property Value
    Type Description
    UFixed16_16

    HeightDisplayUnit

    Declaration
    public ResolutionInfo.Unit HeightDisplayUnit { get; set; }
    Property Value
    Type Description
    ResolutionInfo.Unit

    HResDisplayUnit

    Display units for horizontal resolution. This only affects the user interface; the resolution is still stored in the PSD file as pixels/inch.

    Declaration
    public ResolutionInfo.ResUnit HResDisplayUnit { get; set; }
    Property Value
    Type Description
    ResolutionInfo.ResUnit

    ID

    Declaration
    public override ResourceID ID { get; }
    Property Value
    Type Description
    ResourceID
    Overrides
    ImageResource.ID

    VDpi

    Vertical DPI.

    Declaration
    public UFixed16_16 VDpi { get; set; }
    Property Value
    Type Description
    UFixed16_16

    VResDisplayUnit

    Display units for vertical resolution.

    Declaration
    public ResolutionInfo.ResUnit VResDisplayUnit { get; set; }
    Property Value
    Type Description
    ResolutionInfo.ResUnit

    WidthDisplayUnit

    Declaration
    public ResolutionInfo.Unit WidthDisplayUnit { get; set; }
    Property Value
    Type Description
    ResolutionInfo.Unit
    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