Capítulo 385 de 859

Chapter 385: BitcountNode

Core Idea

This node represents an operation that counts the bits of a piece of shader data.

Key Concepts

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

Reference Tables

Constructor

Signature
`new BitcountNode( method : 'countTrailingZeros'

Properties

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

Key Takeaways

  1. BitcountNode extends: EventDispatcher → Node → TempNode → MathNode
  2. Most relevant properties: isBitcountNode.

Connects To