C# Class FSO.HIT.HITNoteEntry

Mostrar archivo 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_oe property

public uint SoundID
return uint

ended public_oe property

public bool ended
return bool

instance public_oe property

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