Preparing search index...
The search index is not available
tsParticles - v3.0.0
tsParticles
tsParticles Particles.js integration
bundle
ExternalInteractorBase
Class ExternalInteractorBase<TContainer, TParticle>
Abstract
Type Parameters
TContainer
extends
Container
=
Container
TParticle
extends
Particle
=
Particle
Implements
IExternalInteractor
<
TParticle
>
Index
Constructors
constructor
Properties
container
type
Methods
clear
init
interact
is
Enabled
reset
Constructors
Protected
constructor
new
External
Interactor
Base
<
TContainer
,
TParticle
>
(
container
)
:
ExternalInteractorBase
<
TContainer
,
TParticle
>
Type Parameters
TContainer
extends
Container
=
Container
TParticle
extends
Particle
=
Particle
Parameters
container
:
TContainer
Returns
ExternalInteractorBase
<
TContainer
,
TParticle
>
Properties
Protected
Readonly
container
container
:
TContainer
type
type
:
InteractorType
Methods
Abstract
clear
clear
(
particle
,
delta
)
:
void
Parameters
particle
:
TParticle
delta
:
IDelta
Returns
void
Abstract
init
init
(
)
:
void
Returns
void
Abstract
interact
interact
(
delta
)
:
void
Parameters
delta
:
IDelta
Returns
void
Abstract
is
Enabled
is
Enabled
(
particle
?
)
:
boolean
Parameters
Optional
particle
:
TParticle
Returns
boolean
Abstract
reset
reset
(
particle
)
:
void
Parameters
particle
:
TParticle
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
container
type
clear
init
interact
is
Enabled
reset
tsParticles - v3.0.0
Loading...