C# 클래스 FSO.HIT.HITNoteEntry

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SoundID uint
ended bool
instance Microsoft.Xna.Framework.Audio.SoundEffectInstance

공개 메소드들

메소드 설명
HITNoteEntry ( SoundEffectInstance instance, uint SoundID ) : System

메소드 상세

HITNoteEntry() 공개 메소드

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

프로퍼티 상세

SoundID 공개적으로 프로퍼티

public uint SoundID
리턴 uint

ended 공개적으로 프로퍼티

public bool ended
리턴 bool

instance 공개적으로 프로퍼티

public SoundEffectInstance,Microsoft.Xna.Framework.Audio instance
리턴 Microsoft.Xna.Framework.Audio.SoundEffectInstance