EditorInspectorPlugin.parseProperty

Called to allow adding property specific editors to the inspector. Usually these inherit EditorProperty. Returning true removes the built-in editor for this property, otherwise allows to insert a custom editor before the built-in one.

struct EditorInspectorPlugin
@nogc nothrow
bool
parseProperty
(,
in long type
,
in String path
,
in long hint
,
in String hint_text
,
in long usage
)

Meta