Function EditorInterface.inspectObject
Shows the given property on the given object
in the Editor's Inspector dock.
void inspectObject
(
GodotObject object,
const(String) for_property = GodotStringLiteral() .str()
) nothrow @nogc;