Creates a new Particle instance and sets the time.

Namespace: VVVV.Utils.Animation
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public Particle(
	double time,
	double lifeTime
)

Parameters

time
Type: System..::..Double
Current system time in seconds.
lifeTime
Type: System..::..Double
Max life time in seconds, -1 is infinite lifetime

See Also