Exemplo n.º 1
0
        private static void CheckNodeCacheRebuild()
        {
            var windowInstances = Resources.FindObjectsOfTypeAll <BaseNodeWindow>();

            if (windowInstances != null && windowInstances.Length > 0)
            {
                NodeCache.BuildCahces(windowInstances[0]);
            }
        }
Exemplo n.º 2
0
 private void BuildGraphWindow()
 {
     GUIScaleUtility.CheckInit();
     NodeCache.BuildCahces(this);
 }