Exemplo n.º 1
0
 void OnEnable()
 {
     isOpen            = true;
     storyStateHistory = new UndoHistory <InkPlayerHistoryItem>();
     storyHistory      = new List <InkPlayerHistoryContentItem>();
     BuildFunctionInputList();
     EditorApplication.update += Update;
 }
Exemplo n.º 2
0
 void OnEnable()
 {
     storyStateHistory         = new UndoHistory <InkPlayerHistoryItem>();
     storyHistory              = new List <InkPlayerHistoryContentItem>();
     EditorApplication.update += Update;
 }
Exemplo n.º 3
0
 void OnEnable()
 {
     storyStateHistory = new UndoHistory <InkPlayerHistoryItem>();
     storyHistory      = new List <InkPlayerHistoryContentItem>();
 }