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

Implements MonoGame specific audio device
상속: AudioDevice
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
CreateSound ( object nativeSound ) : SoundBase

Creates the sound.

MonoGameAudioDevice ( ) : System

Initializes a new instance of the MonoGameAudioDevice class.

메소드 상세

CreateSound() 공개 메소드

Creates the sound.
public CreateSound ( object nativeSound ) : SoundBase
nativeSound object The native sound.
리턴 SoundBase

MonoGameAudioDevice() 공개 메소드

Initializes a new instance of the MonoGameAudioDevice class.
public MonoGameAudioDevice ( ) : System
리턴 System