docs.unity3d.com
    Show / Hide Table of Contents

    Class LegacyIconsInfo

    Contains values for configuring the Android Legacy Icon. An Legacy Launcher Icon represents the application icon on the device's Home Screen and in the launcher window on devices running Android 7.1 and earlier. Please see Android Documentation for more details.

    Inheritance
    Object
    LegacyIconsInfo
    Namespace: UnityEngine.Localization.Platform.Android
    Syntax
    public class LegacyIconsInfo : object, IMetadata

    Properties

    LegacyHdpi

    Contains resources for high-density (hdpi) screens (~240dpi) that can be localized in the Android Application Please see Android Documentation for more details on density qualifiers.

    Declaration
    public LocalizedTexture LegacyHdpi { get; set; }
    Property Value
    Type Description
    LocalizedTexture

    LegacyIdpi

    Contains resources for low-density (ldpi) screens (~120dpi) that can be localized in the Android Application Please see Android Documentation for more details on density qualifiers.

    Declaration
    public LocalizedTexture LegacyIdpi { get; set; }
    Property Value
    Type Description
    LocalizedTexture

    LegacyMdpi

    Contains resources for medium-density (mdpi) screens (~160dpi) that can be localized in the Android Application Please see Android Documentation for more details on density qualifiers.

    Declaration
    public LocalizedTexture LegacyMdpi { get; set; }
    Property Value
    Type Description
    LocalizedTexture

    LegacyXhdpi

    Contains resources for extra-high-density (xhdpi) screens (~320dpi) that can be localized in the Android Application Please see Android Documentation for more details on density qualifiers.

    Declaration
    public LocalizedTexture LegacyXhdpi { get; set; }
    Property Value
    Type Description
    LocalizedTexture

    LegacyXXHdpi

    Contains resources for extra-extra-high-density (xxhdpi) screens (~480dpi) that can be localized in the Android Application Please see Android Documentation for more details on density qualifiers.

    Declaration
    public LocalizedTexture LegacyXXHdpi { get; set; }
    Property Value
    Type Description
    LocalizedTexture

    LegacyXXXHdpi

    Contains resources for extra-extra-extra-high-density (xxxhdpi) uses (~640dpi) that can be localized in the Android Application Please see Android Documentation for more details on density qualifiers.

    Declaration
    public LocalizedTexture LegacyXXXHdpi { get; set; }
    Property Value
    Type Description
    LocalizedTexture
    Back to top
    Terms of use
    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