Piccolo.NET

PPositionPathActivity Constructor

Constructs a new PPositionPathActivity that will move the target through multiple positions (from source to destination), transitioning from position to position as specified by the knot values.

Overload List

Constructs a new PPositionPathActivity that will move the target through the given positions in the order specified by the mode, transitioning from position to position as specified by the given knot values and looping the given number of iterations.

public PPositionPathActivity(long,long,int,ActivityMode,Target,float[],PointF[]);

Constructs a new PPositionPathActivity that will move the target through multiple positions (from source to destination), transitioning from position to position as specified by the knot values.

public PPositionPathActivity(long,long,Target);

Constructs a new PPositionPathActivity that will move the target through the given positions (from source to destination), transitioning from position to position as specified by the given knot values.

public PPositionPathActivity(long,long,Target,float[],PointF[]);

See Also

PPositionPathActivity Class | UMD.HCIL.PiccoloX.Activities Namespace