Version: 2020.1
언어: 한국어
public static bool fog ;

설명

Is fog enabled?

using UnityEngine;
using System.Collections;

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