[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.
See Also