指数雾的密度。
using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Example() { // Set the fog density RenderSettings.fogDensity = 0.1f;
// And enable fog RenderSettings.fog = true; } }
其他资源: RenderSettings.fogMode。