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