包含此页的版本:
不含此页的版本:
要使用的雾模式。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { // Use linear fog RenderSettings.fogMode = FogMode.Linear; } }
另请参阅:RenderSettings.fog。