Constructs a new PTransformActivity that will animate from the source matrix to the destination matrix.
Constructs a new PTransformActivity that animate between the source and destination matrices in the order specified by the mode, looping the given number of iterations.
public PTransformActivity(long,long,int,ActivityMode,Target,PMatrix);
Constructs a new PTransformActivity that will animate from the source matrix to the destination matrix.
public PTransformActivity(long,long,Target);
Constructs a new PTransformActivity that will animate from the source matrix to the destination matrix.
public PTransformActivity(long,long,Target,PMatrix);
PTransformActivity Class | UMD.HCIL.Piccolo.Activities Namespace