Pathfinding.AstarUpdateChecker.AstarUpdateChecker C# (CSharp) Method

AstarUpdateChecker() static private method

static private AstarUpdateChecker ( ) : System.Collections.Generic
return System.Collections.Generic
        static AstarUpdateChecker()
        {
            // Add a callback so that we can parse the message when it has been downloaded
            EditorApplication.update += UpdateCheckLoop;
        }