Piccolo.NET

PTransformActivity Constructor

Constructs a new PTransformActivity that will animate from the source matrix to the destination matrix.

Overload List

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);

See Also

PTransformActivity Class | UMD.HCIL.Piccolo.Activities Namespace