Table of Contents

Delegate Particle.UpdateDelegate

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

A delegate used by events that are invoked when a Particle is updated.

public delegate void Particle.UpdateDelegate(Particle particle, GameTime time, TimeSpan passedInGame, float speedMultiplier)

Parameters

particle Particle
A delegate used by events that are invoked when a is updated.
time GameTime
A delegate used by events that are invoked when a is updated.
passedInGame TimeSpan
A delegate used by events that are invoked when a is updated.
speedMultiplier float
A delegate used by events that are invoked when a is updated.
Extension Methods