Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveOverlayFromActiveView<T>(T)

Remove an Overlay from displaying in the last focused Scene View.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static void RemoveOverlayFromActiveView<T>(T overlay) where T : Overlay

Parameters

overlay

T
The Overlay to remove.

Remarks