tsParticles - v4.0.0-beta.12
Preparing search index...
tsParticles Particles.js integration
bundle
IShapeDrawData
Interface IShapeDrawData<TParticle>
interface
IShapeDrawData
<
TParticle
extends
Particle
=
Particle
>
{
context
:
CanvasContextType
;
delta
:
IDelta
;
drawPosition
:
ICoordinates
;
drawRadius
:
number
;
drawScale
:
number
;
fill
:
boolean
;
opacity
:
number
;
particle
:
TParticle
;
pixelRatio
:
number
;
position
:
{
x
:
number
;
y
:
number
}
;
radius
:
number
;
stroke
:
boolean
;
transformData
:
{
a
:
number
;
b
:
number
;
c
:
number
;
d
:
number
}
;
}
Type Parameters
TParticle
extends
Particle
=
Particle
Index
Properties
context
delta
draw
Position
draw
Radius
draw
Scale
fill
opacity
particle
pixel
Ratio
position
radius
stroke
transform
Data
Properties
context
context
:
CanvasContextType
delta
delta
:
IDelta
draw
Position
drawPosition
:
ICoordinates
draw
Radius
drawRadius
:
number
draw
Scale
drawScale
:
number
fill
fill
:
boolean
opacity
opacity
:
number
particle
particle
:
TParticle
pixel
Ratio
pixelRatio
:
number
position
position
:
{
x
:
number
;
y
:
number
}
radius
radius
:
number
stroke
stroke
:
boolean
transform
Data
transformData
:
{
a
:
number
;
b
:
number
;
c
:
number
;
d
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
delta
draw
Position
draw
Radius
draw
Scale
fill
opacity
particle
pixel
Ratio
position
radius
stroke
transform
Data
tsParticles - v4.0.0-beta.12
Loading...