hgeParticleSystem::MoveTo

Moves particle system to a new position.

void MoveTo(
  float x,
  float y,
  bool bMoveParticles = false
);

Parameters

x
New X-coordinate.
y
New Y-coordinate.
bMoveParticles
If true all active particles are moved to the new position.
If false or omitted just the particle system's emitter is moved.

Requirements

Header: hgeparticle.h
Import library: hgehelp.lib

See also

GetPosition, Transpose, GetTransposition