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.