AudioRolloffMode.Linear 线性

AudioRolloffMode.Linear

Description描述

Use this mode when you want to lower the volume of your sound over the distance

当你以距离降低声音的音量,使用这个模式。

using UnityEngine;
using System.Collections;

[RequireComponent(typeof(AudioSource))]
	public class example : MonoBehaviour {
	void Awake() {
		audio.rolloffMode = AudioRolloffMode.Linear;
	}
}
最后修改:2011年4月27日 Wednesday 10:51

本脚本参考基于Unity 3.4.1f5

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