C# 클래스 BMAPI.v1.Beatmap

상속: BeatmapInfo
파일 보기 프로젝트 열기: smoogipooo/osu-BMAPI 1 사용 예제들

공개 메소드들

메소드 설명
Beatmap ( string beatmapFile = "" ) : System

Creates a new Beatmap object

Save ( string filename ) : void

Saves the beatmap

비공개 메소드들

메소드 설명
FinishSave ( string filename ) : void
GetSection ( string name ) : string
MD5FromFile ( string fileName ) : string
Parse ( string bm ) : void
Save ( string section, string contents ) : void

메소드 상세

Beatmap() 공개 메소드

Creates a new Beatmap object
public Beatmap ( string beatmapFile = "" ) : System
beatmapFile string The beatmap file to open
리턴 System

Save() 공개 메소드

Saves the beatmap
public Save ( string filename ) : void
filename string The file to save the beatmap as
리턴 void