Version: 2022.1
言語: 日本語
public bool TryGetOverlay (string id, out Overlays.Overlay match);

パラメーター

id ID of the overlay to retrieve.
match Contains the overlay with matching id, or null if no matching overlay was found.

戻り値

bool Returns true if the overlay was found, false otherwise.

説明

Get an Overlay with matching ID from an EditorWindow canvas.