Preparing search index...
The search index is not available
@rendley/sdk - v1.5.0
@rendley/sdk
Pixi
IGraphicsBatchElement
Interface IGraphicsBatchElement
Batch element computed from Graphics geometry.
Memberof
PIXI
interface
IGraphicsBatchElement
{
_batchRGB
:
number
[]
;
_texture
:
Texture
<
Resource
>
;
_tintRGB
:
number
;
alpha
:
number
;
blendMode
:
BLEND_MODES
;
indices
:
Uint16Array
|
Uint32Array
;
uvs
:
Float32Array
;
vertexData
:
Float32Array
;
worldAlpha
:
number
;
}
Index
Properties
_batchRGB
_texture
_tintRGB
alpha
blend
Mode
indices
uvs
vertex
Data
world
Alpha
Properties
_batchRGB
_batchRGB
:
number
[]
_texture
_texture
:
Texture
<
Resource
>
_tintRGB
_tintRGB
:
number
alpha
alpha
:
number
blend
Mode
blend
Mode
:
BLEND_MODES
indices
indices
:
Uint16Array
|
Uint32Array
uvs
uvs
:
Float32Array
vertex
Data
vertex
Data
:
Float32Array
world
Alpha
world
Alpha
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
_batchRGB
_texture
_tintRGB
alpha
blend
Mode
indices
uvs
vertex
Data
world
Alpha
@rendley/sdk - v1.5.0
Loading...
Generated using
TypeDoc
Batch element computed from Graphics geometry.
Memberof
PIXI