







[This is preliminary documentation and is subject to change.]
Defines an event handler for a Particle related event.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
C# |
---|
public delegate void ParticleEventHandler( Emitter emitter, ref Particle particle ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub ParticleEventHandler ( _ emitter As Emitter, _ ByRef particle As Particle _ ) |
Visual C++ |
---|
public delegate void ParticleEventHandler( Emitter^ emitter, Particle% particle ) |
Parameters
- emitter
- Type: ProjectMercury.Emitters..::.Emitter
The Emitter which raised the event.
- particle
- Type:
ProjectMercury..::.Particle
%
The Particle which is the subject of the event.