+ | backFactor : float |
背光效果参数。大于0时有效,最大值为8。
|
+ | backLight : bool |
设置成背景灯。
|
+ | color : uint |
颜色值。
|
+ | darkLight : bool |
设置成黑光。
|
+ | factor : number |
设置点光的衰减因子。取值范围0~1。
|
+ | fogLight : bool |
设置成雾光灯。
|
+ | name: string |
名称。
|
+ | position : _Vector3 |
点光源位置。
|
+ | power : number |
光强度 取值范围1~100。
|
+ | range: float |
范围值。
|
+ | specularFactor: number |
设置点光的高光强度,取值范围0.01~1.
|
+ | function _PointLight() : _PointLight |
|