docs.unity3d.com
    目次を表示する/隠す

    Class AdaptiveIconsInfo

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

    Inheritance
    Object
    AdaptiveIconsInfo
    Namespace: UnityEngine.Localization.Platform.Android
    Syntax
    [DisplayName("Android Adaptive Icon Info", null)]
    [Serializable]
    public class AdaptiveIconsInfo : IMetadata

    Properties

    AdaptiveHdpi

    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 AdaptiveIcon AdaptiveHdpi { get; set; }
    Property Value
    Type Description
    AdaptiveIcon

    AdaptiveIdpi

    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 AdaptiveIcon AdaptiveIdpi { get; set; }
    Property Value
    Type Description
    AdaptiveIcon

    AdaptiveMdpi

    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 AdaptiveIcon AdaptiveMdpi { get; set; }
    Property Value
    Type Description
    AdaptiveIcon

    AdaptiveXhdpi

    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 AdaptiveIcon AdaptiveXhdpi { get; set; }
    Property Value
    Type Description
    AdaptiveIcon

    AdaptiveXXHdpi

    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 AdaptiveIcon AdaptiveXXHdpi { get; set; }
    Property Value
    Type Description
    AdaptiveIcon

    AdaptiveXXXHdpi

    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 AdaptiveIcon AdaptiveXXXHdpi { get; set; }
    Property Value
    Type Description
    AdaptiveIcon
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)