Pathfinding.AstarUpdateChecker.UpdateCheckLoop C# (CSharp) Method

UpdateCheckLoop() static private method

static private UpdateCheckLoop ( ) : void
return void
        static void UpdateCheckLoop()
        {
            // Go on until the update check has been completed
            if (!CheckForUpdates ()) {
                EditorApplication.update -= UpdateCheckLoop;
            }
        }