Piccolo.NET

PInterpolatingActivity Constructor

Constructs a new PInterpolatingActivity that will interpolate from the source state to the destination state.

Overload List

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

See Also

PInterpolatingActivity Class | UMD.HCIL.Piccolo.Activities Namespace


Web Accessibility