Struct InspectorContentParameters
Custom parameters to use when a ContentProvider is displayed in the inspector.
Namespace: Unity.Properties.UI
Syntax
[Serializable]
public struct InspectorContentParameters
Fields
| Name | Description |
|---|---|
| ApplyInspectorStyling | When true, the inspector will auto-adjusts the width of all labels. |
| Default | Creates a new instance of InspectorContentParameters with the default values. |
| NoStyling | Creates a new instance of InspectorContentParameters with the default values. |
| UseDefaultMargins | When true, the inspector content will be offset by 15 pixels. |