C# Class mml2vgm.clsPos

Exibir arquivo Open project: kuma4649/mml2vgm Class Usage Examples

Public Properties

Property Type Description
alies string
col int
row int
tCol int

Property Details

alies public_oe property

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

col public_oe property

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

row public_oe property

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

tCol public_oe property

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