Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
PointLight2D¶
继承: Light2D < Node2D < CanvasItem < Node < Object
位置性 2D 光源。
描述¶
在 2D 环境中投射光线。此灯的形状由(通常为灰度)纹理定义。
教程¶
属性¶
|
||
|
||
|
属性说明¶
灯光的高度。与 2D 法线贴图一起使用。单位为像素,例如:如果高度为 100,那么它能够照亮 100 像素远且与该平面成 45° 角的对象。
Vector2 offset = Vector2(0, 0)
🔗
灯光的 texture 的偏移量。
用于该灯光外观的 Texture2D。
texture 的缩放系数。