C# Class FSO.HIT.HITNoteEntry

Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
SoundID uint
ended bool
instance Microsoft.Xna.Framework.Audio.SoundEffectInstance

Public Methods

Method Description
HITNoteEntry ( SoundEffectInstance instance, uint SoundID ) : System

Method Details

HITNoteEntry() public method

public HITNoteEntry ( SoundEffectInstance instance, uint SoundID ) : System
instance Microsoft.Xna.Framework.Audio.SoundEffectInstance
SoundID uint
return System

Property Details

SoundID public property

public uint SoundID
return uint

ended public property

public bool ended
return bool

instance public property

public SoundEffectInstance,Microsoft.Xna.Framework.Audio instance
return Microsoft.Xna.Framework.Audio.SoundEffectInstance