TextureEmitter Fields

Project Mercury API

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

The TextureEmitter type exposes the following members.

Fields

  NameDescription
BlendMode
The blending mode to be used by Renderers when rendering this Emitter.
(Inherited from Emitter.)
Enabled
Gets or sets a value indicating wether or not the Emitter is enabled (can be triggered).
(Inherited from Emitter.)
MinimumTriggerPeriod
Defines the minimum amount of time between triggers for the Emitter, expressed in whole and fractional seconds. Triggers which occur during this period will be ignored.
(Inherited from Emitter.)
Modifiers
Gets the collection of Modifiers which are acting upon the Emitter.
(Inherited from Emitter.)
Particles
Gets or sets the array of particles managed by the emitter.
(Inherited from Emitter.)
ParticleTexture
Gets or sets the Texture2D used to display the Particles.
(Inherited from Emitter.)
ParticleTextureAssetName
Gets the asset name of a texture to load in the LoadContent method.
(Inherited from Emitter.)
ReleaseColour
Gets or sets the colour of released Particles.
(Inherited from Emitter.)
ReleaseImpulse
Gets or sets the initial impulse applied to Particles as they are relased.
(Inherited from Emitter.)
ReleaseOpacity
Gets or sets the opacity of released Particles.
(Inherited from Emitter.)
ReleaseRotation
Gets or sets the rotation of released Particles.
(Inherited from Emitter.)
ReleaseScale
Gets or sets the scale of released particles.
(Inherited from Emitter.)
ReleaseSpeed
Gets or sets the speed at which Particles travel when they are released.
(Inherited from Emitter.)
Threshold
Gets or sets the threshold over which pixels will trigger the release of particles.
TriggerOffset
The Emitters trigger offset in relation to the ParticleEffect.
(Inherited from Emitter.)

See Also