Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OverlayAttribute

Attribute used to register a class as an overlay.
Read time 4 minutesLast updated 10 days ago

Definition

[AttributeUsage(AttributeTargets.Class)]public sealed class OverlayAttribute : Attribute

Remarks

Overlay must derive from the Overlay class.

Constructors

Constructor

Description

OverlayAttribute()Attribute used to register a class as an Overlay.
OverlayAttribute(System.Type,System.String,System.Boolean)Attribute used to register a class as an Overlay.
OverlayAttribute(System.Type,System.String,System.String,System.Boolean)Attribute used to register a class as an Overlay.
OverlayAttribute(System.Type,System.String,System.String,System.String,System.Boolean)Attribute used to register a class as an Overlay.

Properties

Property

Description

defaultDisplayWhether the target Overlay is shown when a new instance of the EditorWindow type is instantiated.
defaultDockIndexSets the defaultDockIndex to define where in a DockZone an Overlay is placed.
defaultDockPositionSets the default alignment for a new Overlay instance.
defaultDockZoneSets the default location of an Overlay in an EditorWindow.
defaultHeightSets the default height of an Overlay.
defaultLayoutSets the default Layout for an Overlay when it is created for the first time.
defaultWidthSets the default width of an Overlay.
displayNameDefines the display name of the overlay.
editorWindowTypeDefines which EditorWindow type the overlay is used in.
groupThe name of the group this overlay menu belongs to.
idDefines the unique identifier used to identify the overlay.
maxHeightSets the maximum height of an Overlay.
maxWidthSets the maximum width of an Overlay.
minHeightSets the minimum height of an Overlay.
minWidthSets the minimum width of an Overlay.
prioritySets the order that overlays are displayed in the overlay menu. The default value is 100. Lower values are displayed before higher values.
ussNameName of the overlay's root visual element.

Inheritance

Inherited Members