Piccolo.NET

ActivityMode Enumeration

This enumeration is used by the PInterpolatingActivity class. It represents the types of interpolation that the activity can perform.

public enum ActivityMode

Members

Member NameDescription
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.

Requirements

Namespace: UMD.HCIL.Piccolo.Activities

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

See Also

UMD.HCIL.Piccolo.Activities Namespace