Module editor_inspector_plugin

Procs

proc addCustomControl(self: EditorInspectorPlugin; control: Object) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc addPropertyEditor(self: EditorInspectorPlugin; property: string; editor: Object) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc addPropertyEditorForMultipleProperties(self: EditorInspectorPlugin;
    label: string; properties: PoolStringArray; editor: Object) {.
gcsafe, locks: 0, raises: [], tags: []
.}

Methods

method canHandle(self: EditorInspectorPlugin; objectt: Object): bool {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method parseBegin(self: EditorInspectorPlugin; objectt: Object) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method parseCategory(self: EditorInspectorPlugin; objectt: Object; category: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method parseProperty(self: EditorInspectorPlugin; objectt: Object; typee: int64;
                    path: string; hint: int64; hintText: string; usage: int64): bool {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method parseEnd(self: EditorInspectorPlugin) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}