DoUpdateOnNextTick() private method

private DoUpdateOnNextTick ( bool forceShowConflictResolutions, string backendFunctionForConflictResolutions ) : void
forceShowConflictResolutions bool
backendFunctionForConflictResolutions string
return void
示例#1
0
 public bool DoUpdate(bool afterResolvingConflicts)
 {
     AssetServer.RemoveMaintErrorsFromConsole();
     if (ASEditorBackend.SettingsIfNeeded())
     {
         this.showingConflicts = false;
         AssetServer.SetAfterActionFinishedCallback("ASEditorBackend", "CBReinitOnSuccess");
         AssetServer.DoUpdateOnNextTick(!afterResolvingConflicts, "ShowASConflictResolutionsWindow");
     }
     return(true);
 }