C# 클래스 FSO.Files.HIT.FSC

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BPB ushort
Columns ushort
DiffX ushort
DiffY ushort
MasterVolume ushort
Max ushort
Min ushort
Notes List
Priority ushort
QuanX ushort
QuanY ushort
Rows ushort
SelX ushort
SelY ushort
Tempo ushort
VersionCode string

공개 메소드들

메소드 설명
FSC ( byte Filedata ) : System

Creates a new hsm file.

FSC ( string Filepath ) : System

Creates a new hsm file.

비공개 메소드들

메소드 설명
ReadFile ( Stream stream ) : void

메소드 상세

FSC() 공개 메소드

Creates a new hsm file.
public FSC ( byte Filedata ) : System
Filedata byte The data to create the hsm from.
리턴 System

FSC() 공개 메소드

Creates a new hsm file.
public FSC ( string Filepath ) : System
Filepath string
리턴 System

프로퍼티 상세

BPB 공개적으로 프로퍼티

public ushort BPB
리턴 ushort

Columns 공개적으로 프로퍼티

public ushort Columns
리턴 ushort

DiffX 공개적으로 프로퍼티

public ushort DiffX
리턴 ushort

DiffY 공개적으로 프로퍼티

public ushort DiffY
리턴 ushort

MasterVolume 공개적으로 프로퍼티

public ushort MasterVolume
리턴 ushort

Max 공개적으로 프로퍼티

public ushort Max
리턴 ushort

Min 공개적으로 프로퍼티

public ushort Min
리턴 ushort

Notes 공개적으로 프로퍼티

FSC is a tabulated plaintext format that describes a sequence of notes to be played. In this game it is used to sequence the ambient sounds.
public List Notes
리턴 List

Priority 공개적으로 프로퍼티

public ushort Priority
리턴 ushort

QuanX 공개적으로 프로퍼티

public ushort QuanX
리턴 ushort

QuanY 공개적으로 프로퍼티

public ushort QuanY
리턴 ushort

Rows 공개적으로 프로퍼티

public ushort Rows
리턴 ushort

SelX 공개적으로 프로퍼티

public ushort SelX
리턴 ushort

SelY 공개적으로 프로퍼티

public ushort SelY
리턴 ushort

Tempo 공개적으로 프로퍼티

public ushort Tempo
리턴 ushort

VersionCode 공개적으로 프로퍼티

public string VersionCode
리턴 string