DynamicPanelBehavior
DynamicPanelBehavior describes the way the dynamic panel overlay containers interacts with the rest of the canvas.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
public enum DynamicPanelBehavior
Remarks
You can use DynamicPanelBehavior in the OverlayCanvasSettingsAttribute to define the default behavior of an EditorWindow that supports overlays.
See also DockZone.LeftDynamicPanel and DockZone.RightDynamicPanel.
Fields
Value | Description |
|---|---|
| DisplaceWindow | Dynamic Panels displace the content of the window. |
| None | Dynamic Panels appear on top of the content of the window. |