Piccolo.NET

UMD.HCIL.PiccoloX.Activities Namespace

This namespace provides "extra" activities, which may be useful, but are not important enough to be included in the core Piccolo package. Activities are used to control some time dependent aspect of Piccolo such as animation

Classes

ClassDescription
PPathActivityPPathActivity is the abstract base class for all path activity interpolators. Path activities interpolate between multiple states over the duration of the activity.
PPositionPathActivityPPositionPathActivity animates through a sequence of points.

Interfaces

InterfaceDescription
PPositionPathActivity.TargetTarget objects that want their position to be set by the position path activity must implement this interface.