Interface: BatchableMeshElement
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:156
Represents a batchable mesh element.
Advanced
Extends
Extended by
Properties
attributeOffset
> attributeOffset: number
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:181
The offset in the attribute buffer.
attributeSize
> attributeSize: number
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:80
The size of the attribute data.
Inherited from
BatchableElement.attributeSize
batcherName
> batcherName: string
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:60
The name of the batcher to use. Must be registered.
Inherited from
blendMode
> blendMode: BLEND_MODES
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:70
The blend mode to be applied.
Inherited from
indexOffset
> indexOffset: number
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:176
The offset in the index buffer.
indexSize
> indexSize: number
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:75
The size of the index data.
Inherited from
indices
> indices: number[] | Uint16Array<ArrayBufferLike> | Uint32Array<ArrayBufferLike>
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:171
The indices of the mesh.
packAsQuad
> packAsQuad: false
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:186
Indicates that this element should not be packed as a quad.
Overrides
positions
> positions: number[] | Float32Array<ArrayBufferLike>
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:166
The vertex positions of the mesh.
texture
> texture: Texture
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:65
The texture to be used for rendering.
Inherited from
topology
> topology: Topology
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:85
The topology to be used for rendering.
Inherited from
uvs
> uvs: number[] | Float32Array<ArrayBufferLike>
Defined in: node_modules/pixi.js/lib/rendering/batcher/shared/Batcher.d.ts:161
The UV coordinates of the mesh.