Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public enum DynamicPanelBehavior

Remarks

You can use DynamicPanelBehavior in the OverlayCanvasSettingsAttribute to define the default behavior of an EditorWindow that supports overlays.

Fields

Value

Description

DisplaceWindowDynamic Panels displace the content of the window.
NoneDynamic Panels appear on top of the content of the window.