Table of Contents

Delegate Particle.SpawnAmbientParticlesDelegate

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

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

random Random
A delegate used by the event.
camera Camera
A delegate used by the event.
cameraScaleModifier float
A delegate used by the event.
cameraWorldPos Vector2
A delegate used by the event.
visibleArea RectangleF
A delegate used by the event.
phase EventPhase
A delegate used by the event.
Extension Methods