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: []
.}
-