







[This is preliminary documentation and is subject to change.]
Raised when a Particle expires.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
C# |
---|
public event ParticleEventHandler ParticleRetired |
Visual Basic (Declaration) |
---|
Public Event ParticleRetired As ParticleEventHandler |
Visual C++ |
---|
public: event ParticleEventHandler^ ParticleRetired { void add (ParticleEventHandler^ value); void remove (ParticleEventHandler^ value); } |