Capítulo 109 de 859

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

PropertyDescription
.isDirectionalLightShadow : boolean (readonly)This flag can be used for type testing.

Key Takeaways

  1. DirectionalLightShadow extends: LightShadow
  2. Most relevant properties: isDirectionalLightShadow.

Connects To