AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkParticleEmitter.SetPosition Method (Single, Single)

Sets the position of the particle emitter. This is the position that new particles will emerge from and does not affect particles that are already visible.

Syntax
Pascal
procedure SetPosition(const X: Single; const Y: Single); overload;
Parameters 
Description 
const X: Single 
The new X coordinate for the emitter in world coordinates. 
const Y: Single 
The new Y coordinate for the emitter in world coordinates. 
Copyright (c) 2012. All rights reserved.