Class AdaptiveIcon
Provides Android Adaptive icon configuration Please see Android Documentation for more details on Adaptive Icon.
Namespace: UnityEngine.Localization.Platform.Android
Syntax
public class AdaptiveIcon : object
Properties
Background
Updates the background inner element of the Adaptive Icon for respective density qualifiers that can be localized in the Android Application Please see Android Documentation for more details on Adaptive Icon.
Declaration
public LocalizedTexture Background { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |
Foreground
Updates the foreground inner element of the Adaptive Icon for respective density qualifiers that can be localized in the Android Application Please see Android Documentation for more details on Adaptive Icon.
Declaration
public LocalizedTexture Foreground { get; set; }
Property Value
Type | Description |
---|---|
LocalizedTexture |