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