Struct ContentWindowParameters
Custom parameters to use when a ContentProvider is displayed in a window.
Namespace: Unity.Properties.UI
Syntax
[Serializable]
public struct ContentWindowParameters
Fields
| Name | Description |
|---|---|
| AddScrollView | When true, adds a scroll view at the root of the window. |
| ApplyInspectorStyling | When true, the window will auto-adjusts the width of all labels. |
| Default | Creates a new instance of ContentWindowParameters with the default values. |
| Inspector | Creates a new instance of ContentWindowParameters with the default values. |
| MinSize | Sets the minimal size of the window. |