C# Class ME3Explorer.Matinee.InterpTrackSound.SoundTrackKey

ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Pitch float
Sound int
Time float
Volume float

Public Methods

Method Description
ToTree ( int index, ME3Package pcc ) : TreeNode

Method Details

ToTree() public method

public ToTree ( int index, ME3Package pcc ) : TreeNode
index int
pcc ME3Package
return System.Windows.Forms.TreeNode

Property Details

Pitch public_oe property

public float Pitch
return float

Sound public_oe property

public int Sound
return int

Time public_oe property

public float Time
return float

Volume public_oe property

public float Volume
return float