C# 클래스 ServiceLocatorExample.ServiceAudio

Class that plays an audio based in its type
상속: IAudioPlayer
파일 보기 프로젝트 열기: ycarowr/UnityDesignPatterns 1 사용 예제들

공개 메소드들

메소드 설명
PlaySound ( AudioType type ) : void

메소드 상세

PlaySound() 공개 메소드

public PlaySound ( AudioType type ) : void
type AudioType
리턴 void