Capítulo 485 de 859
This class enables element access on instances of StorageBufferNode. In most cases, it is indirectly used when accessing elements with the StorageBufferNode#element method.
const position = positionStorage.element( instanceIndex );
Constructor
| Signature |
|---|
new StorageArrayElementNode( storageBufferNode : StorageBufferNode, indexNode : Node ) |
Properties
| Property | Description |
|---|---|
.isStorageArrayElementNode : boolean (readonly) | This flag can be used for type testing. |
.storageBufferNode : StorageBufferNode | The storage buffer node. |