This enumeration is used by the PInterpolatingActivity class. It represents the types of interpolation that the activity can perform.
| Member Name | Description |
|---|---|
| SourceToDestination | The activity should interpolate from the source to the destination. |
| DestinationToSource | The activity should interpolate from the destination to the source. |
| SourceToDestinationToSource | The activity should interpolate from the source to the destination and back to the source again. |
Namespace: UMD.HCIL.Piccolo.Activities
Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)
UMD.HCIL.Piccolo.Activities Namespace