Version: 2021.2
public static bool fog ;

描述

是否启用了雾效?

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { // Enable fog RenderSettings.fog = true; } }

另请参阅:RenderSettings.fogMode