RenderSettings.fogColor public static Color fogColor ; 説明 フォグのカラーusing UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { RenderSettings.fogColor = Color.blue; RenderSettings.fog = true; } } Copyright...
RenderSettings.fogColor Version:2019.1 语言:中文 RenderSettings.fogColor public staticColorfogColor; 描述 雾效颜色。 using UnityEngine; using System.Collections; public class ExampleClass :MonoBehaviour{ void Example() { // Set the fog color to be blueRenderSettings.fogColor=Color.blue;...
脚本API UnityEngine UnityEditor Unity OtherRenderSettings.fogColorpublic static Color fogColor ; 描述 雾效颜色。using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { // Set the fog color to be blue RenderSettings.fogColor = Color.blue; // And...
脚本API UnityEngine UnityEditor Unity OtherRenderSettings.fogColorpublic static Color fogColor ; 描述 雾效颜色。using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { // Set the fog color to be blue RenderSettings.fogColor = Color.blue; // And...