Example #1
0
 private void OnSceneGUI()
 {
     CommandEditor.Show(this);
 }
Example #2
0
 public override void OnInspectorGUI()
 {
     CommandEditor.Edit(this);
 }