Piccolo.NET

PPathActivity Constructor

Constructs a new PPathActivity that will interpolate between multiple states from source to destination, transitioning from state to state as specified by the given knot values.

Overload List

Constructs a new PPathActivity that will interpolate between multiple states in the order specified by the mode, transitioning from state to state as specified by the given knot values and looping the given number of iterations.

public PPathActivity(long,long,int,ActivityMode,float[]);

Constructs a new PPathActivity that will interpolate between multiple states from source to destination, transitioning from state to state as specified by the given knot values.

public PPathActivity(long,long,float[]);

See Also

PPathActivity Class | UMD.HCIL.PiccoloX.Activities Namespace