C# 클래스 mml2vgm.clsPos

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

공개 프로퍼티들

프로퍼티 타입 설명
alies string
col int
row int
tCol int

프로퍼티 상세

alies 공개적으로 프로퍼티

次に演奏されるデータのエイリアス名
public string alies
리턴 string

col 공개적으로 프로퍼티

次に演奏されるデータの何桁目か
public int col
리턴 int

row 공개적으로 프로퍼티

次に演奏されるデータの何行目か
public int row
리턴 int

tCol 공개적으로 프로퍼티

すべてのデータ行を1行としたときの次に演奏されるデータの何桁目か
public int tCol
리턴 int