EditorInterface.inspectObject

Shows the given property on the given object in the editor's Inspector dock. If inspector_only is true, plugins will not attempt to edit object.

struct EditorInterface
@nogc nothrow
void
inspectObject
(,
in String for_property = gs!""
,
in bool inspector_only = false
)

Meta