GetInsetsAppearance(AndroidWindowInsetsType)
Returns the foreground appearance configured for the specified inset type at build time.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static AndroidWindowInsetsAppearance GetInsetsAppearance(AndroidWindowInsetsType type)
Parameters
A single inset type to query.
Returns
Type | Description |
|---|---|
| AndroidWindowInsetsAppearance | The configured appearance, either |
Remarks
Returns whether the specified inset type is configured to use light or dark icons. Only a single inset type may be passed; passing combined flags throws an ArgumentException. Returns for AndroidWindowInsetsType.None.
Light