public override void OnInspectorGUI() { if (GUILayout.Button("Up")) { _target.Up(); } else if (GUILayout.Button("Down")) { _target.Down(); } }