RenderSettings.fogColor 雾的颜色
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;
最后修改:2011年3月15日 Tuesday 13:45