Exemplo n.º 1
0
 void RefreshGraphConnections()
 {
     if (_graph != null)
     {
         _graph.RefreshGraphConnections();
     }
 }
 void RefreshGraphConnections()
 {
     Debug.Log("Refreshing UnityEventVisualizer Graph Connections");
     if (_graph != null)
     {
         _graph.RefreshGraphConnections();
     }
 }