tsParticles - v0.0.0
Preparing search index...
tsParticles Emitters Plugin
IEmitterShape
IEmitterShape
Interface IEmitterShape
interface
IEmitterShape
{
init
()
:
Promise
<
void
>
;
randomPosition
()
:
IRandomPositionData
|
null
;
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
randomPosition
()
:
IRandomPositionData
|
null
Returns
IRandomPositionData
|
null
resize
resize
(
position
:
ICoordinates
,
size
:
IDimension
)
:
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 - v0.0.0
Loading...