AudioSource.Pause 暂停

function Pause () : void

Description描述

Pauses playing the clip.

暂停播放该剪辑。

using UnityEngine;
using System.Collections;

public class example : MonoBehaviour {
	void Awake() {
		audio.Pause();
	}
}
audio.Pause();

参见:Play, Stop 函数。

最后修改:2011年4月6日 Wednesday 10:22

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。