C# 클래스 BiomePainter.Settings

파일 보기 프로젝트 열기: mblaine/BiomePainter

공개 메소드들

메소드 설명
AddRecentWorld ( String path, String name ) : void
ClearRecentWorlds ( ) : void
RemoveRecentWorld ( String path ) : void
Save ( ) : void

비공개 메소드들

메소드 설명
Read ( ) : void
Settings ( ) : System

메소드 상세

AddRecentWorld() 공개 정적인 메소드

public static AddRecentWorld ( String path, String name ) : void
path String
name String
리턴 void

ClearRecentWorlds() 공개 정적인 메소드

public static ClearRecentWorlds ( ) : void
리턴 void

RemoveRecentWorld() 공개 정적인 메소드

public static RemoveRecentWorld ( String path ) : void
path String
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void