UnityEngine.GUISkin.CleanupRoots C# (CSharp) Method

CleanupRoots() static private method

static private CleanupRoots ( ) : void
return void
        internal static void CleanupRoots()
        {
            current = null;
            ms_Error = null;
        }