Update Method (Single)
From Project Mercury API
| Project Mercury API Reference |
| ParticleEffect..::.Update Method (Single) |
| ParticleEffect Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Updates all Emitters within the ParticleEffect.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public virtual void Update( float deltaSeconds ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Update ( _ deltaSeconds As Single _ ) |
| Visual C++ |
|---|
public: virtual void Update( float deltaSeconds ) |
Parameters
- deltaSeconds
- Type: System..::.Single
Elapsed frame time in whole and fractional seconds.