Version: 2021.3
言語: 日本語
public static FogMode fogMode ;

説明

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

using UnityEngine;
using System.Collections;

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

See Also: RenderSettings.fog.