Preparing search index...
The search index is not available
tsParticles - v3.0.0
tsParticles
tsParticles Emitters Plugin
IEmitterShape
IEmitterShape
Interface IEmitterShape
interface
IEmitterShape
{
init
(
)
:
Promise
<
void
>
;
randomPosition
(
)
:
null
|
IRandomPositionData
;
resize
(
position
:
ICoordinates
,
size
:
IDimension
)
:
void
;
}
Implemented by
EmitterShapeBase
Index
Methods
init
random
Position
resize
Methods
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
random
Position
random
Position
(
)
:
null
|
IRandomPositionData
Returns
null
|
IRandomPositionData
resize
resize
(
position
,
size
)
:
void
Parameters
position
:
ICoordinates
size
:
IDimension
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
init
random
Position
resize
tsParticles - v3.0.0
Loading...