コード例 #1
0
ファイル: BaseNodeWindow.cs プロジェクト: hellomercury/wNode
        private static void CheckNodeCacheRebuild()
        {
            var windowInstances = Resources.FindObjectsOfTypeAll <BaseNodeWindow>();

            if (windowInstances != null && windowInstances.Length > 0)
            {
                NodeCache.BuildCahces(windowInstances[0]);
            }
        }
コード例 #2
0
ファイル: BaseNodeWindow.cs プロジェクト: hellomercury/wNode
 private void BuildGraphWindow()
 {
     GUIScaleUtility.CheckInit();
     NodeCache.BuildCahces(this);
 }