Piccolo.NET

PInterpolatingActivity Constructor (Int64, Int64, Int32, ActivityMode)

Constructs a new PInterpolatingActivity that will interpolate from the source state to the destination state, looping the given number of iterations.

public PInterpolatingActivity(
   long duration,
   long stepInterval,
   int loopCount,
   ActivityMode mode
);

Parameters

duration
The length of one loop of the activity.
stepInterval
The minimum number of milliseconds that this activity should delay between steps.
loopCount
The number of times the activity should reschedule itself.
mode
The mode defines how the activity interpolates between states.

See Also

PInterpolatingActivity Class | UMD.HCIL.Piccolo.Activities Namespace | PInterpolatingActivity Constructor Overload List


Web Accessibility