Editor.DrawDefaultInspectorfunction DrawDefaultInspector () : booleanDescriptionDraw the built-in inspector. Call this function from inside OnInspectorGUI method to draw the automatic inspector. It is useful you don't want to redo the entire inspector, but you want to add a few buttons to it. See Also: OnInspectorGUI // This example shows a custom inspector for an |
