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.
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[]);
PPathActivity Class | UMD.HCIL.PiccoloX.Activities Namespace