C# Class UnityEditor.VersionControl.WindowChange

Inheritance: EditorWindow
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Open ( AssetList list, bool submit ) : void
Open ( ChangeSet change, AssetList assets, bool submit ) : void

Private Methods

Method Description
DoOpen ( ChangeSet change, AssetList assets ) : void
OnAdded ( Task task ) : void
OnConflictingFilesGUI ( ) : void
OnErrorGUI ( ) : void
OnGUI ( ) : void
OnSubmitGUI ( ) : void
OnSubmitted ( Task task ) : void
OnUnaddedFilesGUI ( ) : void
RefreshList ( ) : void
ResetAndClose ( ) : void
SanitizeDescription ( string desc ) : string
Save ( bool submit ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Open() public static method

public static Open ( AssetList list, bool submit ) : void
list AssetList
submit bool
return void

Open() public static method

public static Open ( ChangeSet change, AssetList assets, bool submit ) : void
change ChangeSet
assets AssetList
submit bool
return void