C# 클래스 Sound.SoundManager

This is a game component that implements IUpdateable. Controls the audio for the game
파일 보기 프로젝트 열기: juliancruz87/madbricks

공개 메소드들

메소드 설명
Play ( AudioClip sound ) : void
Play ( ConfigurationForPlaySound soundType ) : void
PlayEndSound ( GameResults results ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
PlayOneShot ( AudioClip sound ) : void
Start ( ) : void

메소드 상세

Play() 공개 메소드

public Play ( AudioClip sound ) : void
sound AudioClip
리턴 void

Play() 공개 메소드

public Play ( ConfigurationForPlaySound soundType ) : void
soundType ConfigurationForPlaySound
리턴 void

PlayEndSound() 공개 메소드

public PlayEndSound ( GameResults results ) : void
results GameResults
리턴 void