C# Class SEToolbox.Models.SelectWorldModel

Inheritance: BaseModel
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
Load ( UserDataPath baseLocalPath, UserDataPath baseDedicatedServerHostPath, UserDataPath baseDedicatedServerServicePath ) : void
Refresh ( ) : void
SelectWorldModel ( ) : System

Private Methods

Méthode Description
FindSaveFiles ( string lastLoadedPath, string userName, SaveWorldType saveType, UserDataPath dataPath ) : IEnumerable
FindSaveSession ( string baseSavePath, string findSession ) : WorldResource
LoadSaveFromPath ( string savePath, string userName, SaveWorldType saveType, UserDataPath dataPath ) : WorldResource
LoadSaveList ( ) : void
LoadSession ( string savePath ) : WorldResource

Method Details

Load() public méthode

public Load ( UserDataPath baseLocalPath, UserDataPath baseDedicatedServerHostPath, UserDataPath baseDedicatedServerServicePath ) : void
baseLocalPath SEToolbox.Interop.UserDataPath
baseDedicatedServerHostPath SEToolbox.Interop.UserDataPath
baseDedicatedServerServicePath SEToolbox.Interop.UserDataPath
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SelectWorldModel() public méthode

public SelectWorldModel ( ) : System
Résultat System