コード例 #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>();
 }