tsParticles - v0.0.0
Preparing search index...
tsParticles Emitters Plugin
EmitterInstance
EmitterInstance
Class EmitterInstance
Index
Constructors
constructor
Properties
fill
name?
options
position
size
spawn
Color?
Methods
external
Pause
external
Play
init
pause
play
resize
update
Constructors
constructor
new
EmitterInstance
(
engine
:
EmittersEngine
,
container
:
Container
,
removeCallback
:
(
emitter
:
EmitterInstance
)
=>
void
,
options
:
Emitter
|
RecursivePartial
<
IEmitter
>
,
position
?:
ICoordinates
,
)
:
EmitterInstance
Parameters
engine
:
EmittersEngine
container
:
Container
removeCallback
:
(
emitter
:
EmitterInstance
)
=>
void
options
:
Emitter
|
RecursivePartial
<
IEmitter
>
Optional
position
:
ICoordinates
Returns
EmitterInstance
Properties
fill
fill
:
boolean
Optional
Readonly
name
name
?:
string
options
options
:
Emitter
position
position
:
ICoordinates
size
size
:
IDimension
Optional
spawn
Color
spawnColor
?:
IHsl
Methods
external
Pause
externalPause
()
:
void
Returns
void
external
Play
externalPlay
()
:
void
Returns
void
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
pause
pause
()
:
void
Returns
void
play
play
()
:
void
Returns
void
resize
resize
()
:
void
Returns
void
update
update
(
delta
:
IDelta
)
:
void
Parameters
delta
:
IDelta
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
fill
name
options
position
size
spawn
Color
Methods
external
Pause
external
Play
init
pause
play
resize
update
tsParticles - v0.0.0
Loading...