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

Game-Themed Introductory Programming Project   

Constructs the particle

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

Parameters

center
Center of particle.
size
Radius of particle.
life
Life parameter, used by emitters, autodecrements by one each tick if larger than zero.
tex
Texture to be used by particle.

See Also

XNACS1Particle Class | XNACS1Lib Namespace | XNACS1Particle Constructor Overload List