Preparing search index...
The search index is not available
tsParticles - v3.0.0
tsParticles
tsParticles Full Bundle
bundle
IEffectDrawer
Interface IEffectDrawer<TParticle>
interface
IEffectDrawer
<
TParticle
>
{
destroy
?:
(
(
container
:
Container
)
=>
void
)
;
draw
:
(
(
data
:
IShapeDrawData
<
TParticle
>
)
=>
void
)
;
init
?:
(
(
container
:
Container
)
=>
Promise
<
void
>
)
;
loadEffect
?:
(
(
particle
:
TParticle
)
=>
void
)
;
particleInit
?:
(
(
container
:
Container
,
particle
:
TParticle
)
=>
void
)
;
}
Type Parameters
TParticle
extends
Particle
=
Particle
Index
Properties
destroy?
draw
init?
load
Effect?
particle
Init?
Properties
Optional
destroy
destroy
?:
(
(
container
:
Container
)
=>
void
)
draw
draw
:
(
(
data
:
IShapeDrawData
<
TParticle
>
)
=>
void
)
Optional
init
init
?:
(
(
container
:
Container
)
=>
Promise
<
void
>
)
Optional
load
Effect
load
Effect
?:
(
(
particle
:
TParticle
)
=>
void
)
Optional
particle
Init
particle
Init
?:
(
(
container
:
Container
,
particle
:
TParticle
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destroy
draw
init
load
Effect
particle
Init
tsParticles - v3.0.0
Loading...