C# Class mml2vgm.clsLfo

显示文件 Open project: kuma4649/mml2vgm

Public Properties

Property Type Description
direction int
isEnd bool
param List
sw bool
type eLfoType
value int
waitCounter long

Property Details

direction public_oe property

Lfoの変化する方向
public int direction
return int

isEnd public_oe property

Lfoが完了したかどうか
public bool isEnd
return bool

param public_oe property

Lfoの設定値
public List param
return List

sw public_oe property

Lfoのスイッチ
public bool sw
return bool

type public_oe property

Lfoの種類
public eLfoType type
return eLfoType

value public_oe property

Lfoの変化値
public int value
return int

waitCounter public_oe property

Lfoの待機カウンター
public long waitCounter
return long