Alquimiaware.NuGetUnity.NuGetWindow.OnInspectorUpdate C# (CSharp) Méthode

OnInspectorUpdate() private méthode

private OnInspectorUpdate ( ) : void
Résultat 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();
        }