C# Class FSO.HIT.HITNoteEntry

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
SoundID uint
ended bool
instance Microsoft.Xna.Framework.Audio.SoundEffectInstance

Méthodes publiques

Méthode Description
HITNoteEntry ( SoundEffectInstance instance, uint SoundID ) : System

Method Details

HITNoteEntry() public méthode

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

Property Details

SoundID public_oe property

public uint SoundID
Résultat uint

ended public_oe property

public bool ended
Résultat bool

instance public_oe property

public SoundEffectInstance,Microsoft.Xna.Framework.Audio instance
Résultat Microsoft.Xna.Framework.Audio.SoundEffectInstance