UnityEditor.ASUpdateWindow.ShowConflictResolutions C# (CSharp) Méthode

ShowConflictResolutions() public méthode

public ShowConflictResolutions ( string conflicting ) : void
conflicting string
Résultat void
        public void ShowConflictResolutions(string[] conflicting)
        {
            this.asResolveWin = new ASUpdateConflictResolveWindow(conflicting);
            this.showingConflicts = true;
        }