Constructs a new PInterpolatingActivity that will interpolate from the source state to the destination state.
Constructs a new PInterpolatingActivity that will interpolate from the source state to the destination state.
public PInterpolatingActivity(long,long);
Constructs a new PInterpolatingActivity that will interpolate from the source state to the destination state, looping the given number of iterations.
public PInterpolatingActivity(long,long,int,ActivityMode);
Constructs a new PInterpolatingActivity that will interpolate between two states in the order specified by the mode, starting at the given start time and looping the given number of iterations.
public PInterpolatingActivity(long,long,long,int,ActivityMode);
PInterpolatingActivity Class | UMD.HCIL.Piccolo.Activities Namespace