Fax.PlaySound C# (CSharp) 메소드

PlaySound() 개인적인 메소드

private PlaySound ( ) : IEnumerator
리턴 IEnumerator
	IEnumerator PlaySound()
	{
		//audioSource.Play ();
		yield return new WaitForSeconds (audioSource.clip.length);
	}
}