Version: 2022.2

OverlayAttributeConstructor

切换到手册
public OverlayAttribute (Type editorWindowType, string id, string displayName, string ussName, bool defaultDisplay);
public OverlayAttribute (Type editorWindowType, string id, string displayName, bool defaultDisplay);
public OverlayAttribute (Type editorWindowType, string displayName, bool defaultDisplay);
public OverlayAttribute ();

参数

id Defines the unique identifier used to identify the overlay.
ussName Name of the overlay's root visual element.
editorWindowType Defines which EditorWindow type the overlay will be used in.
displayName Defines what the display name of the overlay will be.
defaultLayout The Layout that this Overlay will be initialized with in new windows.
defaultDisplay True if this Overlay is enabled by default in new windows.

描述

Attribute used to register a class as an Overlay.

Overlays are not directly instantiated in code. The Editor will use reflection on startup to identify Overlay classes with an OverlayAttribute to populate the available Overlays in an Editor Window.