C# 클래스 Bricklayer.Client.IO

Handles disk saving/loading operations
파일 보기 프로젝트 열기: Cyral/Bricklayer

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyVersion string
ContentPacks List
Directories string>.Dictionary
MainDirectory string

공개 메소드들

메소드 설명
CheckFiles ( ) : void

Checks to make sure the application files are there, if not it will create them

LoadContentPacks ( Game game ) : void

Finds content packs and loads the selected one

LoadSettings ( Game game ) : void

Opens the settings file and loads the values

ReadServers ( ) : List

Reads a list of servers from the json server config file

SaveSettings ( Settings settings ) : void

Saves settings to the settings file

WriteServers ( List servers ) : void

Save servers into a configurable json file

비공개 메소드들

메소드 설명
ApplySettings ( Settings settings, Game game ) : void

Applies loading settings (Handles logic)

CreateDefaultServer ( ) : ServerSaveData
IO ( ) : System
SaveAndApplyDefault ( Game game ) : void

메소드 상세

CheckFiles() 공개 정적인 메소드

Checks to make sure the application files are there, if not it will create them
public static CheckFiles ( ) : void
리턴 void

LoadContentPacks() 공개 정적인 메소드

Finds content packs and loads the selected one
public static LoadContentPacks ( Game game ) : void
game Game
리턴 void

LoadSettings() 공개 정적인 메소드

Opens the settings file and loads the values
public static LoadSettings ( Game game ) : void
game Game
리턴 void

ReadServers() 공개 정적인 메소드

Reads a list of servers from the json server config file
public static ReadServers ( ) : List
리턴 List

SaveSettings() 공개 정적인 메소드

Saves settings to the settings file
public static SaveSettings ( Settings settings ) : void
settings Settings
리턴 void

WriteServers() 공개 정적인 메소드

Save servers into a configurable json file
public static WriteServers ( List servers ) : void
servers List
리턴 void

프로퍼티 상세

AssemblyVersion 공개적으로 정적으로 프로퍼티

public static string AssemblyVersion
리턴 string

ContentPacks 공개적으로 정적으로 프로퍼티

public static List ContentPacks
리턴 List

Directories 공개적으로 정적으로 프로퍼티

public static Dictionary Directories
리턴 string>.Dictionary

MainDirectory 공개적으로 정적으로 프로퍼티

public static string MainDirectory
리턴 string