ConeEmitter Methods

Project Mercury API

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

The ConeEmitter type exposes the following members.

Methods

  NameDescription
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
Determines whether the specified Object is equal to the current Object.
(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.)
InitialiseOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)
TriggerOverloaded.
Update
Updates the Emitter and all Particles within.
(Inherited from Emitter.)

Extension Methods

  NameDescription
Initialize
Initializes the Emitter.
(Defined by EmitterCompatibilityExtensions.)
Update
Updates the Emitter.
(Defined by EmitterCompatibilityExtensions.)

See Also