Skip to content

ParticlesPlugin

Defined in: particles/src/ParticlesPlugin.ts:5

Plugin that registers the particle system. Depends on the renderer plugin.

  • Plugin

new ParticlesPlugin(): ParticlesPlugin

ParticlesPlugin

readonly dependencies: readonly ["renderer"]

Defined in: particles/src/ParticlesPlugin.ts:8

Names of plugins this plugin depends on.

Plugin.dependencies


readonly name: "particles" = "particles"

Defined in: particles/src/ParticlesPlugin.ts:6

Unique plugin name.

Plugin.name


readonly version: "2.0.0" = "2.0.0"

Defined in: particles/src/ParticlesPlugin.ts:7

Semantic version string.

Plugin.version

registerSystems(scheduler): void

Defined in: particles/src/ParticlesPlugin.ts:10

Register systems with the scheduler. Called after install.

SystemScheduler

void

Plugin.registerSystems