Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

AndroidWindowInsetsAppearanceThe configured appearance, either
Light
or
Dark
.

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
Light
for AndroidWindowInsetsType.None.