Interface ElementByteBuffers

Collection of element byte buffers.

interface ElementByteBuffers {
    buffers: readonly ElementByteBuffer[];
}

Implemented by

Properties

Properties

buffers: readonly ElementByteBuffer[]