C# Class ME3Explorer.Matinee.InterpTrackSound.SoundTrackKey

Show file 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 property

public float Pitch
return float

Sound public property

public int Sound
return int

Time public property

public float Time
return float

Volume public property

public float Volume
return float