C# Class RocksmithToolkitLib.Sng2014HSL.Chord

Show file Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Public Properties

Property Type Description
_Fingers Byte[]
_Frets Byte[]
_Name Byte[]
_Notes System.Int32[]
_order string[]

Public Methods

Method Description
read ( EndianBinaryReader r ) : void

Method Details

read() public method

public read ( EndianBinaryReader r ) : void
r EndianBinaryReader
return void

Property Details

_Fingers public property

public Byte[] _Fingers
return Byte[]

_Frets public property

public Byte[] _Frets
return Byte[]

_Name public property

public Byte[] _Name
return Byte[]

_Notes public property

public Int32[],System _Notes
return System.Int32[]

_order public property

public string[] _order
return string[]