PointLight
Emits light uniformly in all directions from a single point.
Properties
| Property | Type | Default |
|---|---|---|
Color | Color3 | Color3.new(1, 1, 1) |
Brightness | number | 15 |
Range | number | 12 |
CastShadow | boolean | false |
Enabled | boolean | true |
Transparency | number | 0 |
Position | Vector3 | Vector3.new(0, 0, 0) |
DebugShape | boolean | false |
Name | string | "PointLight" |