SetLightColor()
语法
SetLightColor(#Light, Type, Color)概要
Changes the light color value.
参数
#Light The light to use. Type The color type to change. It can be one of the following value: #PB_Light_DiffuseColor : change the diffuse color. #PB_Light_SpecularColor: change the specular color.Color The new RGB color value. It can be easily created with RGB().
返回值
无.
参阅
GetLightColor()
已支持操作系统
所有