Editor<T>.

OnInspectorGUI() Method

Summary

Draws the target's regular inspector followed by any extra inspectables (InspectorGadgets.Attributes.ButtonAttribute and InspectorGadgets.Attributes.LabelAttribute), and responds to Middle Click events.

To modify or replace just the regular inspector and keep the extra features of InspectorGadgets.Editor.Editor`1, override InspectorGadgets.Editor.Editor`1.DoPropertiesAndInspectables instead of InspectorGadgets.Editor.Editor`1.OnInspectorGUI.

Syntax

public override void OnInspectorGUI()

Return Value

Type Description
void