C# Class SEToolbox.Models.SelectWorldModel

Inheritance: BaseModel
ファイルを表示 Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
Load ( UserDataPath baseLocalPath, UserDataPath baseDedicatedServerHostPath, UserDataPath baseDedicatedServerServicePath ) : void
Refresh ( ) : void
SelectWorldModel ( ) : System

Private Methods

Method 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 method

public Load ( UserDataPath baseLocalPath, UserDataPath baseDedicatedServerHostPath, UserDataPath baseDedicatedServerServicePath ) : void
baseLocalPath SEToolbox.Interop.UserDataPath
baseDedicatedServerHostPath SEToolbox.Interop.UserDataPath
baseDedicatedServerServicePath SEToolbox.Interop.UserDataPath
return void

Refresh() public method

public Refresh ( ) : void
return void

SelectWorldModel() public method

public SelectWorldModel ( ) : System
return System