📄 threejs/Core/Nodes/UniformArrayElementNode

File: UniformArrayElementNode.md | Updated: 11/15/2025


title: UniformArrayElementNode category: Core layout: docs

UniformArrayElementNode

Represents the element access on uniform array nodes.

Constructor

new UniformArrayElementNode( uniformArrayNode : UniformArrayNode, indexNode : IndexNode )

Constructs a new buffer node.

uniformArrayNode | The uniform array node to access.
---|---
indexNode | The index data that define the position of the accessed element in the array.

Properties

.isArrayBufferElementNode : boolean (readonly)

This flag can be used for type testing.

Default is true.

Source

src/nodes/accessors/UniformArrayNode.js