Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


activePlayModeTint

The tint color that is currently applied the editor UI.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static Color activePlayModeTint { get; }

Remarks

Returns Color.white when in Edit Mode, and the user-configured Play Mode tint color when in Play Mode. Multiply this color against your custom editor UI colors to make them visually consistent with the standard Unity editor UI.