CustomInspectorDescriptor interface
Namespace: NextDesign.Desktop.CustomUI
Description
A type descriptor for a custom inspector.
Affiliation area
| Name | Description |
|---|---|
| Custom UI | A group of APIs to access the custom UI. |
Inherit Base
| Name | Description |
|---|---|
| CustomDescriptorBase | Base for custom UI type descriptors. |
Property
| Name | Description |
|---|---|
| Configs | Inspector behavior options. |
| DisablingInspectorIds | Ids of inspectors to disable (hide). Disabled while this custom inspector is registered. |
| DisplayName | The display name of the inspector. |
| DisplayOrder | Display order of inspectors. You can specify the display order before or after the built-in inspector. |
| IsEnabledFunc | Evaluation function for whether the inspector is enabled. If no evaluation function is specified, treat it as always returning true. |