Mad Level Manager
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
MadLevelManager.MadLevelProfile.DefaultBackend Class Reference
Inheritance diagram for MadLevelManager.MadLevelProfile.DefaultBackend:
MadLevelManager.IMadLevelProfileBackend

Public Member Functions

void Start ()
 Executed at the start of lifetime. At this point all properties are set. More...
 
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)
 
void Flush ()
 Forces all the data to be saved immediately. More...
 
bool CanWorkInEditMode ()
 Should return true if this backend can be used in the edit mode (editor). More...
 
- Public Member Functions inherited from MadLevelManager.IMadLevelProfileBackend
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...
 

Member Function Documentation

bool MadLevelManager.MadLevelProfile.DefaultBackend.CanWorkInEditMode ( )

Should return true if this backend can be used in the edit mode (editor).

Implements MadLevelManager.IMadLevelProfileBackend.

void MadLevelManager.MadLevelProfile.DefaultBackend.Flush ( )

Forces all the data to be saved immediately.

Implements MadLevelManager.IMadLevelProfileBackend.

string MadLevelManager.MadLevelProfile.DefaultBackend.LoadProfile ( string  profileName)

Loads the profile string. It should be the same string from SaveProfile() or null if it is not available.

Parameters
profileNameThe profile name.
Returns
Profile string.

Implements MadLevelManager.IMadLevelProfileBackend.

void MadLevelManager.MadLevelProfile.DefaultBackend.Start ( )

Executed at the start of lifetime. At this point all properties are set.

Implements MadLevelManager.IMadLevelProfileBackend.


The documentation for this class was generated from the following file: