







[This is preliminary documentation and is subject to change.]
Updates the Emitter and all Particles within.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public void Update( float deltaSeconds ) |
| Visual Basic (Declaration) |
|---|
Public Sub Update ( _ deltaSeconds As Single _ ) |
| Visual C++ |
|---|
public: void Update( float deltaSeconds ) |
Parameters
- deltaSeconds
- Type: System..::.Single
Elapsed frame time in whole and fractional seconds.
