Alquimiaware.NuGetUnity.NuGetWindow.OnInspectorUpdate C# (CSharp) 메소드

OnInspectorUpdate() 개인적인 메소드

private OnInspectorUpdate ( ) : void
리턴 void
        private void OnInspectorUpdate()
        {
            // Needed for the progress bars to work
            // If not included, progress bar will not update
            // There's at least one in SearchTab
            Repaint();
        }