Delegate Particle.SpawnAmbientParticlesDelegate
A delegate used by the OnSpawnAmbientParticles event.
public delegate void Particle.SpawnAmbientParticlesDelegate(Random random, Camera camera, float cameraScaleModifier, Vector2 cameraWorldPos, RectangleF visibleArea, EventPhase phase)
Parameters
randomRandom- A delegate used by the event.
cameraCamera- A delegate used by the event.
cameraScaleModifierfloat- A delegate used by the event.
cameraWorldPosVector2- A delegate used by the event.
visibleAreaRectangleF- A delegate used by the event.
phaseEventPhase- A delegate used by the event.
- Extension Methods