







![]() ![]() |
Project Mercury API Reference |
Emitter..::.OnParticleRetired Method |
Emitter Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Raises the ParticleRetired event.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
C# |
---|
protected virtual void OnParticleRetired( ref Particle particle ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnParticleRetired ( _ ByRef particle As Particle _ ) |
Visual C++ |
---|
protected: virtual void OnParticleRetired( Particle% particle ) |
Parameters
- particle
- Type:
ProjectMercury..::.Particle
%
The particle which has been retired.