Class RoundIconsInfo
Contains values for configuring the Android Round Icon. An Round Launcher Icon represents the application icon on the device's Home Screen and in the launcher window (if launcher supports round icons) on devices running Android 7.1 and above. Please see Android Documentation for more details on Round Icon.
Namespace: UnityEngine.Localization.Platform.Android
Syntax
public class RoundIconsInfo : object, IMetadata
Properties
RoundHdpi
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 RoundHdpi { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |
RoundIdpi
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 RoundIdpi { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |
RoundMdpi
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 RoundMdpi { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |
RoundXhdpi
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 RoundXhdpi { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |
RoundXXHdpi
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 RoundXXHdpi { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |
RoundXXXHdpi
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 RoundXXXHdpi { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |