Capítulo 62 de 859

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

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

Key Takeaways

  1. LineBasicNodeMaterial extends: EventDispatcher → Material → NodeMaterial
  2. Most relevant properties: isLineBasicNodeMaterial.

Connects To