C# Class UnityEditor.ASUpdateConflictResolveWindow

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ASUpdateConflictResolveWindow ( string conflicting ) : System
CanContinue ( ) : bool
DoGUI ( ASUpdateWindow parentWin ) : bool
GetDownloadConflicts ( ) : string[]
GetNameConflicts ( ) : string[]
OnSelectionChange ( ASUpdateWindow parentWin ) : void

Private Methods

Méthode Description
AtLeastOneSelectedAssetCanBeMerged ( ) : bool
ContextMenuClick ( object userData, string options, int selected ) : void
DoDownloadConflictsGUI ( ) : void
DoNamingConflictsGUI ( ) : void
DoSelectionChange ( ) : void
DoShowDiff ( bool binary ) : bool
GetSelectedGUIDs ( ) : string[]
GetSelectedNamingGUIDs ( ) : string[]
HasTrue ( bool &array ) : bool
ResolveSelectedDownloadConflicts ( DownloadResolution res ) : void
ResolveSelectedNamingConflicts ( NameConflictResolution res ) : void

Method Details

ASUpdateConflictResolveWindow() public méthode

public ASUpdateConflictResolveWindow ( string conflicting ) : System
conflicting string
Résultat System

CanContinue() public méthode

public CanContinue ( ) : bool
Résultat bool

DoGUI() public méthode

public DoGUI ( ASUpdateWindow parentWin ) : bool
parentWin ASUpdateWindow
Résultat bool

GetDownloadConflicts() public méthode

public GetDownloadConflicts ( ) : string[]
Résultat string[]

GetNameConflicts() public méthode

public GetNameConflicts ( ) : string[]
Résultat string[]

OnSelectionChange() public méthode

public OnSelectionChange ( ASUpdateWindow parentWin ) : void
parentWin ASUpdateWindow
Résultat void