Interface: BaseParticles
features/particles/particles.BaseParticles
Properties
[Component]
• [Component]: GenericComponent
Defined in
profectus/src/features/particles/particles.tsx:25
[GatherProps]
• [GatherProps]: () => Record
<string
, unknown
>
Type declaration
▸ (): Record
<string
, unknown
>
Returns
Record
<string
, unknown
>
Defined in
profectus/src/features/particles/particles.tsx:26
addEmitter
• addEmitter: (config
: EmitterConfigV3
) => Promise
<Emitter
>
Type declaration
▸ (config
): Promise
<Emitter
>
Parameters
Name | Type |
---|---|
config | EmitterConfigV3 |
Returns
Promise
<Emitter
>
Defined in
profectus/src/features/particles/particles.tsx:23
app
• app: Ref
<null
| Application
>
Defined in
profectus/src/features/particles/particles.tsx:22
id
• id: string
Defined in
profectus/src/features/particles/particles.tsx:21
type
• type: typeof ParticlesType