- Home /
Question by
Octopoid · Nov 10, 2015 at 04:31 PM ·
editorinspectoreditor-scripting
Draw specific Object Inspector into Rect
I was wondering if there was any method for drawing a default inspector for a given object into a Rect, similar to the other GUI methods?
I'm looking for a simple way of drawing various inspectors for linked objects into a custom EditorWindow.
I had tried to instance the specific editor as of course that contains DrawDefaultIspector, but I just get masses of exceptions from inside SerializePropertyBindings.
Is there a method to draw the default inspector for a given object?
Comment