Version: 2020.1
언어: 한국어
public static FogMode fogMode ;

설명

Fog mode to use.

using UnityEngine;
using System.Collections;

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

See Also: RenderSettings.fog.