Phaser API Documentation

  Version: 
WebGLPipelineBatchEntry
Properties:
name type description
start number

The vertext count this batch entry starts from.

count number

The total number of vertices in this batch entry.

unit number

The current texture unit of the batch entry.

maxUnit number

The maximum number of texture units in this batch entry.

texture Array.<WebGLTexture>

An array of WebGLTexture references used in this batch entry.

Type:
object