Version: 2022.3
言語: 日本語
public bool Remove (Overlays.Overlay overlay);

パラメーター

overlay The Overlay to remove.

戻り値

bool Returns true if Overlay was found and removed, false if Overlay was not present in OverlayCanvas.

説明

Remove an Overlay from this canvas. Removed Overlays are disassociated from OverlayCanvas and the related EditorWindow, but not destroyed. This means you are able to move a single Overlay between multiple windows.

An Overlay may only belong to a single OverlayCanvas. To display an Overlay in multiple windows, you must instantiate an Overlay for each window.