コード例 #1
0
        public void Initialize()
        {
            _graph = EventsGraph.Create();
            _graph.BuildGraph();

            _graphGUI = _graph.GetEditor();
            _graphGUI.CenterGraph();

            EditorUtility.SetDirty(_graphGUI);
            EditorUtility.SetDirty(_graph);
        }
コード例 #2
0
 void Refresh()
 {
     _graph.Clear();
     _graph.BuildGraph();
 }