Emitter Fields
From Project Mercury API
[This is preliminary documentation and is subject to change.]
The Emitter type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| BlendMode |
The blending mode to be used by Renderers when rendering this Emitter.
| |
| Enabled |
Gets or sets a value indicating wether or not the Emitter is enabled (can be triggered).
| |
| 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.
| |
| Modifiers |
Gets the collection of Modifiers which are acting upon the Emitter.
| |
| Particles |
Gets or sets the array of particles managed by the emitter.
| |
| ParticleTexture |
Gets or sets the Texture2D used to display the Particles.
| |
| ParticleTextureAssetName |
Gets the asset name of a texture to load in the LoadContent method.
| |
| ReleaseColour |
Gets or sets the colour of released Particles.
| |
| ReleaseImpulse |
Gets or sets the initial impulse applied to Particles as they are relased.
| |
| ReleaseOpacity |
Gets or sets the opacity of released Particles.
| |
| ReleaseRotation |
Gets or sets the rotation of released Particles.
| |
| ReleaseScale |
Gets or sets the scale of released particles.
| |
| ReleaseSpeed |
Gets or sets the speed at which Particles travel when they are released.
| |
| TriggerOffset |
The Emitters trigger offset in relation to the ParticleEffect.
|