Collapse All
Expand All
C#
vvvv45 plugin specification
Particle
.
.
::
.
.
Update Method
Particle Class
See Also
Send Feedback
Updates the paticle age and position.
Namespace:
VVVV.Utils.Animation
Assembly:
VVVV.Utils
(in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
C#
public
virtual
bool
Update
(
double
time
)
Parameters
time
Type:
System
.
.
::
.
.
Double
Current system time in seconds.
Return Value
False if the particle is dead.
See Also
Particle Class
VVVV.Utils.Animation Namespace