Global

Global

Members

A generated function that will append an object's attributes and indices to composite buffers.

The composite attribute buffer is interleaved.

The composite index buffer has adjusted indices. It accounts for the new positions of vertices in the composite attribute buffer.

You can overwrite this property with a custom packer function.

get PIXI.ViewableBuffer

This is the currently active composite attribute buffer. It may contain garbage in unused locations.

get Uint16Array

This is the currently active composite index buffer. It may contain garbage in unused locations.

It will be null if indexProperty was not given.