DynamicPanelBehavior describes the way the dynamic panel overlay containers interacts with the rest of the canvas.
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.
| Property | Description |
|---|---|
| None | Dynamic Panels appear on top of the content of the window. |
| DisplaceWindow | Dynamic Panels displace the content of the window. |