Trigger Method ()
From Project Mercury API
| Project Mercury API Reference |
| ParticleEffect..::.Trigger Method (%) |
| ParticleEffect Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Triggers the ParticleEffect at the specified position.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public virtual void Trigger( ref Vector2 position ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Trigger ( _ ByRef position As Vector2 _ ) |
| Visual C++ |
|---|
public: virtual void Trigger( Vector2% position ) |
Parameters
- position
- Type:
Vector2
%
[Missing <param name="position"/> documentation for "M:ProjectMercury.ParticleEffect.Trigger(Microsoft.Xna.Framework.Vector2@)"]