OnParticleReleased Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Raises the ParticleReleased event.

Namespace:  ProjectMercury.Emitters
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
protected virtual void OnParticleReleased(
	ref Particle particle
)
Visual Basic (Declaration)
Protected Overridable Sub OnParticleReleased ( _
	ByRef particle As Particle _
)
Visual C++
protected:
virtual void OnParticleReleased(
	Particle% particle
)

Parameters

particle
Type: ProjectMercury..::.Particle %
The particle which has been released.

See Also