LineEmitter Methods
From Project Mercury API
[This is preliminary documentation and is subject to change.]
The LineEmitter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CopyBaseFields |
Copies the fields of the Emitter base class into the specified Emitter.
(Inherited from Emitter.) | |
| DeepCopy |
Returns an unitialised deep copy of the Emitter.
(Overrides Emitter..::.DeepCopy()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| ForceNextTrigger |
Forces the Emitter to execute its next trigger, even if it has a minimum trigger period and is
currently 'cooling down'.
(Inherited from Emitter.) | |
| GenerateOffsetAndForce |
Generates an offset vector and force vector for a Particle when it is released.
(Overrides Emitter..::.GenerateOffsetAndForce(Vector2%, Vector2%).) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Initialise | Overloaded. | |
| LoadContent |
Loads resources required by the Emitter via a ContentManager.
(Inherited from Emitter.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnNameChanged |
Raises the NameChanged event.
(Inherited from Emitter.) | |
| OnParticleReleased |
Raises the ParticleReleased event.
(Inherited from Emitter.) | |
| OnParticleRetired |
Raises the ParticleRetired event.
(Inherited from Emitter.) | |
| Terminate |
Terminates the emitter immediately.
(Inherited from Emitter.) | |
| ToString | (Inherited from Object.) | |
| Trigger | Overloaded. | |
| Update |
Updates the Emitter and all Particles within.
(Inherited from Emitter.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Initialize |
Initializes the Emitter.
(Defined by EmitterCompatibilityExtensions.) | |
| Update |
Updates the Emitter.
(Defined by EmitterCompatibilityExtensions.) |