Capítulo 136 de 859

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

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

Key Takeaways

  1. PointLightShadow extends: LightShadow
  2. Most relevant properties: isPointLightShadow.

Connects To