C# Class ServiceLocatorExample.ServiceAudio

Class that plays an audio based in its type
Inheritance: IAudioPlayer
Afficher le fichier Open project: ycarowr/UnityDesignPatterns Class Usage Examples

Méthodes publiques

Méthode Description
PlaySound ( AudioType type ) : void

Method Details

PlaySound() public méthode

public PlaySound ( AudioType type ) : void
type AudioType
Résultat void