|  | 
| IEnumerator | Run () | 
|  | 
| abstract void | Start () | 
|  | Executed at the start of lifetime. At this point all properties are set.  More... 
 | 
|  | 
| abstract string | LoadProfile (string profileName) | 
|  | Loads the profile string. It should be the same string from SaveProfile() or null if it is not available.  More... 
 | 
|  | 
| void | SaveProfile (string profileName, string value) | 
|  | Requests the current profile value to be saved. This method will be called on each change, so it may be a good idea to buffer these calls.  More... 
 | 
|  | 
| void | Flush () | 
|  | Forces all the data to be saved immediately.  More... 
 | 
|  | 
| abstract bool | CanWorkInEditMode () | 
|  | Should return true if this backend can be used in the edit mode (editor).  More... 
 | 
|  | 
|  | 
| abstract void | Flush (string profileName, string value) | 
|  | 
|  | 
| float | maxTimePause  [get, set] | 
|  | 
  
  | 
        
          | abstract bool MadLevelManager.MadLevelProfileBufferedBackend.CanWorkInEditMode | ( |  | ) |  |  | pure virtual | 
 
 
      
        
          | void MadLevelManager.MadLevelProfileBufferedBackend.Flush | ( |  | ) |  | 
      
 
 
  
  | 
        
          | abstract string MadLevelManager.MadLevelProfileBufferedBackend.LoadProfile | ( | string | profileName | ) |  |  | pure virtual | 
 
 
      
        
          | void MadLevelManager.MadLevelProfileBufferedBackend.SaveProfile | ( | string | profileName, | 
        
          |  |  | string | value | 
        
          |  | ) |  |  | 
      
 
Requests the current profile value to be saved. This method will be called on each change, so it may be a good idea to buffer these calls. 
- Parameters
- 
  
    | profileName | The profile name |  | value | Profile string. |  
 
Implements MadLevelManager.IMadLevelProfileBackend.
 
 
  
  | 
        
          | abstract void MadLevelManager.MadLevelProfileBufferedBackend.Start | ( |  | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following file:
- Assets/Mad Level Manager/Scripts/Base/MadLevelProfileBufferedBackend.cs