Version: 2018.1
public static FogMode fogMode ;

説明

使用するフォグモードです。

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { // Use linear fog RenderSettings.fogMode = FogMode.Linear; } }

関連項目: RenderSettings.fog