Chapter 136: PointLightShadow
Core Idea
Represents the shadow configuration of point lights.
Key Concepts
- isPointLightShadow : boolean (readonly): This flag can be used for type testing.
Reference Tables
Constructor
| Signature |
|---|
new PointLightShadow() |
Properties
| Property | Description |
|---|
.isPointLightShadow : boolean (readonly) | This flag can be used for type testing. |
Key Takeaways
- PointLightShadow extends: LightShadow
- Most relevant properties: isPointLightShadow.
Connects To