private void OnSceneGUI() { CommandEditor.Show(this); }
public override void OnInspectorGUI() { CommandEditor.Edit(this); }