public override void OnInspectorGUI() { base.OnInspectorGUI(); if (GUILayout.Button("Clear")) { mTarget.Clear(); } }