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
| Property | Description |
|---|
.isLightingNode : boolean (readonly) | This flag can be used for type testing. |
Key Takeaways
- LightingNode extends: EventDispatcher → Node
- Most relevant properties: isLightingNode.
Connects To