Exemplo n.º 1
0
        public PlayMakerFSMEditor OpenFSMEditor(PlayMakerFSM fsm)
        {
            PlayMakerFSMEditor fsmEditor = new PlayMakerFSMEditor(this);

            fsmEditor.StartEdit(fsm);
            fsmEditors.Add(fsmEditor);
            return(fsmEditor);
        }
Exemplo n.º 2
0
 public void CloseFSMEditor(PlayMakerFSMEditor editor)
 {
     fsmEditors.Remove(editor);
 }