C# 클래스 EmptyKeys.UserInterface.Media.MonoGameSound

Implements MonoGame specific sound
상속: SoundBase
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
MonoGameSound ( object nativeSound ) : System

Initializes a new instance of the SunBurnSound class.

Pause ( ) : void

Pauses this instance.

Play ( ) : void

Plays this instance.

Stop ( ) : void

Stops this instance.

메소드 상세

MonoGameSound() 공개 메소드

Initializes a new instance of the SunBurnSound class.
public MonoGameSound ( object nativeSound ) : System
nativeSound object The native sound.
리턴 System

Pause() 공개 메소드

Pauses this instance.
public Pause ( ) : void
리턴 void

Play() 공개 메소드

Plays this instance.
public Play ( ) : void
리턴 void

Stop() 공개 메소드

Stops this instance.
public Stop ( ) : void
리턴 void