Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PlayerSettings.WSAApplicationForegroundText

Values for the color style of the title text that appears within the Universal Windows Platform application tiles.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum PlayerSettings.WSAApplicationForegroundText

Remarks

The tileForegroundText property uses this color style. Important: Unity writes these settings to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes.

Fields

Value

Description

DarkUses dark text within the Universal Windows Platform application tiles.
LightUses light text within the Universal Windows Platform application tiles.