Chapter 62: LineBasicNodeMaterial
Core Idea
Node material version of LineBasicMaterial.
Key Concepts
- isLineBasicNodeMaterial : boolean (readonly): This flag can be used for type testing.
Reference Tables
Constructor
| Signature |
|---|
new LineBasicNodeMaterial( parameters : Object ) |
Properties
| Property | Description |
|---|
.isLineBasicNodeMaterial : boolean (readonly) | This flag can be used for type testing. |
Key Takeaways
- LineBasicNodeMaterial extends: EventDispatcher → Material → NodeMaterial
- Most relevant properties: isLineBasicNodeMaterial.
Connects To