AudioSource.Stop 停止
function Stop () : void
Description描述
Stops playing the clip.
停止播放该剪辑。
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
void Awake() {
audio.Stop();
}
}
audio.Stop();
最后修改:2011年4月6日 Wednesday 10:19