PointLight
A light source that emits illumination from a single point.
Memory category | Instances |
---|
Member index 1
Description
A PointLight is a light source that emits illumination from a single point. Light is emitted spherically based on the PointLight.Range of the PointLight.
In order for a PointLight to provide illumination, it must be the direct child of a BasePart or Attachment (the part or attachment itself must be a descendant of the Workspace).
If a PointLight is parented to a part, then the light will emanate from the part's BasePart.Position. If a PointLight is parented to an attachment, then the light will emanate from the attachment's Attachment.WorldPosition.
For more light types, see the see also section.
See Also
History 12
- 554 Change Default of Range from 8 to
- 553 Change Default of Range from to 8
- 486 Change ThreadSafety of Range from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Range from to ReadOnly
- 95 Add Range
- 95 Add PointLight
- 94 Remove PointLight
- 95 Add Range
- 95 Add PointLight
- 94 Remove PointLight
- 95 Add Range
- 95 Add PointLight
Members 1
Range
Type | Default | |
---|---|---|
float |
The size of the area that the PointLight will illuminate.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |