fogStartDistance
The starting distance of linear fog.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static float fogStartDistance { get; set; }
Remarks
Fog start and end distances are used by FogMode.Linear fog mode.
Additional Resources: RenderSettings.fogEndDistance, RenderSettings.fogMode.