CustomInspectorDescriptor interface
Namespace: NextDesign.Desktop.CustomUI
Description
Custom inspector type descriptor.
Affiliation area
| Name | Description |
|---|---|
| Custom UI | APIs to access the custom UI. |
Inherit Base
| Name | Description |
|---|---|
| CustomDescriptorBase | The base of the custom UI type descriptor. |
Property
| Name | Description |
|---|---|
| Configs | Inspector operating options. |
| DisablingInspectorIds | Inspector Id to disable (hide). It will be invalid while this custom inspector is registered. |
| DisplayName | Inspector display name. |
| DisplayOrder | Inspector display order. You can specify the display order before and after the built-in inspector. |
| IsEnabledFunc | Evaluation function for whether the inspector is enabled. If the evaluation function is not specified, it is always treated as returning true. |