Skip to main content

CustomInspectorDescriptor interface

Namespace: NextDesign.Desktop.CustomUI

Description

Custom inspector type descriptor.

Affiliation area

NameDescription
Custom UI APIs to access the custom UI.

Inherit Base

NameDescription
CustomDescriptorBase The base of the custom UI type descriptor.

Property

NameDescription
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.