Capítulo 121 de 859

Chapter 121: LightingNode

Core Idea

Base class for lighting nodes.

Key Concepts

  • isLightingNode : boolean (readonly): This flag can be used for type testing.

Reference Tables

Constructor

Signature
new LightingNode()

Properties

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

Key Takeaways

  1. LightingNode extends: EventDispatcher → Node
  2. Most relevant properties: isLightingNode.

Connects To