Version: 2023.1
言語: 日本語

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.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961