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
Class | Description |
---|
PPathActivity | PPathActivity is the abstract base class for all path activity interpolators. Path activities interpolate between multiple states over the duration of the activity. |
PPositionPathActivity | PPositionPathActivity animates through a sequence of points. |
Interfaces
Interface | Description |
---|
PPositionPathActivity.Target | Target objects that want their position to be set by the position path activity must implement this interface. |