LogoPixi’VN
pixi-jsInterfaces

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

BatchableElement.batcherName


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

BatchableElement.blendMode


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

BatchableElement.indexSize


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

BatchableElement.packAsQuad


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

BatchableElement.texture


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

BatchableElement.topology


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.