Versions with this page:
Versions without this page:
El modo de niebla a usar.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { RenderSettings.fogMode = FogMode.Linear; } }
See Also: RenderSettings.fog.