Home › Forums › TimelineFX Module › How to set the position of an effect? › Re: Re: How to set the position of an effect?
Ahh I see. Then I think you need to look at the ParticleManager.SetOrigin(x,y) command. You can change the origin of particle managers specifically so that you can move effects about with your camera.
So just set the origin of the particle manager to match your camera coordinates and all particles drawing will be offset by this.