C# Class ServiceLocatorExample.ServiceAudio

Class that plays an audio based in its type
Inheritance: IAudioPlayer
Mostra file Open project: ycarowr/UnityDesignPatterns Class Usage Examples

Public Methods

Method Description
PlaySound ( AudioType type ) : void

Method Details

PlaySound() public method

public PlaySound ( AudioType type ) : void
type AudioType
return void