Skip to content

Phaser 3.87 doc issue deriving on unexpected visual @ emitters under CANVAS rendering #7016

@urueda

Description

@urueda
  • Phaser Version: 3.87.0

Rendering: Phaser.CANVAS (WEBGL w/out issues)

Issue happens using onUpdate w/out onEmit at emitter configuration
Expected: emitter particles should only display at green circle (emitting spot)
Unexpected: emitter particles displaying at red circle (out of emitting spot)

You can provide either one or both functions. The onEmit is called at the start of the particles life and defines the value of the property on birth. The onUpdate function is called every time the Particle Emitter updates until the particle dies.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions