static var fogColor : Color
Description描述
The color of the fog.
雾的颜色。
// Set the fog color to be blue //设置雾的颜色为蓝色 RenderSettings.fogColor = Color.blue; // And enable fog //开启雾 RenderSettings.fog = true;