Piccolo.NET

PPathActivity Class

PPathActivity is the abstract base class for all path activity interpolators. Path activities interpolate between multiple states over the duration of the activity.

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

System.Object
   PActivity
      PInterpolatingActivity
         PPathActivity

public abstract class PPathActivity : PInterpolatingActivity

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

Knots are used to determine when in time the activity should move from state to state. Knot values should be increasing in value from 0 to 1 inclusive.

See PPositionPathActivity for a concrete path activity that will animate through a list of points.

Requirements

Namespace: UMD.HCIL.PiccoloX.Activities

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

See Also

PPathActivity Members | UMD.HCIL.PiccoloX.Activities Namespace