CSS Logo XNACS1Lib Library Documentation
XNACS1Particle Constructor (Vector2, Single, Int32)

Game-Themed Introductory Programming Project   

Constructs the particle

public XNACS1Particle(
   Vector2 center,
   Single size,
   Int32 life
);

Parameters

center
center of particle
size
radius of particle
life
Life parameter, used by emitters, autodecrements by one each tick if larger than zero.

See Also

XNACS1Particle Class | XNACS1Lib Namespace | XNACS1Particle Constructor Overload List