Version: 2022.3
言語: 日本語

ITransientOverlay

interface in UnityEditor.Overlays

マニュアルに切り替える

説明

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 visible property. Implementing ITransientOverlay in an Overlay class designates it for this special behavior.

変数

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