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