Piccolo.NET

PPositionPathActivity.Target.SetPosition Method 

This will be called by the position path activity for each new interpolated position that it computes while it is stepping.

void SetPosition(
   float x,
   float y
);

Parameters

x
The x coordinate of the new position.
y
The y coordinate of the new position.

See Also

PPositionPathActivity.Target Interface | UMD.HCIL.PiccoloX.Activities Namespace