Piccolo.NET

PInterpolatingActivity Class

PInterpolatingActivity interpolates between two states (source and destination) over the duration of the activity.

For a list of all members of this type, see PInterpolatingActivity Members.

System.Object
   PActivity
      PInterpolatingActivity

public class PInterpolatingActivity : PActivity

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The interpolation can be either linear or slow- in, slow-out.

The mode determines how the activity interpolates between the two states. The default mode interpolates from source to destination, but you can also go from destination to source, and from source to destination to source.

A loopCount of greater then one will make the activity reschedule itself when it has finished. This makes the activity loop between the two states.

Requirements

Namespace: UMD.HCIL.Piccolo.Activities

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

PInterpolatingActivity Members | UMD.HCIL.Piccolo.Activities Namespace


Web Accessibility