







[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( Vector2 position ) |
| Visual Basic (Declaration) |
|---|
Public Sub Trigger ( _ position As Vector2 _ ) |
| Visual C++ |
|---|
public: void Trigger( Vector2 position ) |
Parameters
- position
- Type: Vector2
[Missing <param name="position"/> documentation for "M:ProjectMercury.Emitters.Emitter.Trigger(Microsoft.Xna.Framework.Vector2)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Thrown if the Emitter has not been initialised. |
