⬅️ Back to Table of Contents
📄 InstancedBufferAttribute.tests.js
📊 Analysis Summary
Metric |
Count |
📦 Imports |
2 |
📊 Variables & Constants |
5 |
📚 Table of Contents
🛠️ File Location:
📂 test/unit/src/core/InstancedBufferAttribute.tests.js
📦 Imports
Name |
Source |
InstancedBufferAttribute |
../../../../src/core/InstancedBufferAttribute.js |
BufferAttribute |
../../../../src/core/BufferAttribute.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
object |
BufferAttribute |
let/var |
new BufferAttribute() |
✗ |
instance |
InstancedBufferAttribute |
let/var |
new InstancedBufferAttribute( new Float32Array( 10 ), 2 ) |
✗ |
object |
InstancedBufferAttribute |
let/var |
new InstancedBufferAttribute() |
✗ |
array |
Float32Array<ArrayBuffer> |
let/var |
new Float32Array( [ 1, 2, 3, 7, 8, 9 ] ) |
✗ |
instance |
InstancedBufferAttribute |
let/var |
new InstancedBufferAttribute( array, 2, true, 123 ) |
✗ |