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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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.
Namespace: UMD.HCIL.Piccolo.Activities
Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)
PInterpolatingActivity Members | UMD.HCIL.Piccolo.Activities Namespace