







[This is preliminary documentation and is subject to change.]
Triggers the Emitter at the specified position...
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
C# |
---|
public void Trigger( ref Vector2 triggerPosition ) |
Visual Basic (Declaration) |
---|
Public Sub Trigger ( _ ByRef triggerPosition As Vector2 _ ) |
Visual C++ |
---|
public: void Trigger( Vector2% triggerPosition ) |
Parameters
- triggerPosition
- Type:
Vector2
%
[Missing <param name="triggerPosition"/> documentation for "M:ProjectMercury.Emitters.Emitter.Trigger(Microsoft.Xna.Framework.Vector2@)"]
Exceptions
Exception | Condition |
---|---|
System..::.InvalidOperationException | Thrown if the Emitter has not been initialised. |