C# Class mml2vgm.clsPos

Afficher le fichier Open project: kuma4649/mml2vgm Class Usage Examples

Méthodes publiques

Свойство Type Description
alies string
col int
row int
tCol int

Property Details

alies public_oe property

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

col public_oe property

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

row public_oe property

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

tCol public_oe property

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