C# 클래스 Fusion.Engine.Audio.AudioEmitter

Represnts audio emitter, the entity that emit sound in physical world.
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
PlaySound ( SoundEffect soundEffect, PlayOptions options = PlayOptions.None ) : void

Starts playing sound

StopSound ( bool immediate ) : void

Stops playing sound

비공개 메소드들

메소드 설명
Apply3D ( AudioListener listener, int operationSet ) : void

AudioEmitter ( ) : System

Pause ( ) : void
Resume ( ) : void
ToEmitter ( ) : SharpDX.X3DAudio.Emitter

Converts to X3DAudio emitter.

메소드 상세

PlaySound() 공개 메소드

Starts playing sound
public PlaySound ( SoundEffect soundEffect, PlayOptions options = PlayOptions.None ) : void
soundEffect SoundEffect
options PlayOptions
리턴 void

StopSound() 공개 메소드

Stops playing sound
public StopSound ( bool immediate ) : void
immediate bool
리턴 void