Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ITransientOverlay

Transient Overlays are a type of Overlay that is not controlled by a user, and only drawn in the active Scene View when requested by the ITransientOverlay.visible property. Implementing ITransientOverlay in an Overlay class designates it for this special behavior.
Read time 1 minuteLast updated 10 days ago

Definition

public interface ITransientOverlay

Properties

Property

Description

visibleUse ITransientOverlay.visible to enable or disable the rendering of this Overlay.