| Data.Packet |
A data holder used to wrap data of type T to be passed around a Pipe
graph.
|
| Data.Pipe |
The base type of pipes that can be connected to form processing graphs.
|
| Data.Sink |
Data sink to drive pipe graph.
|
| Easing |
|
| Input |
A field type providing a control input port.
|
| Linkable |
Linkable is a lightweight form of reactive stream for listening to changing
values from inputs, properties, animation, etc.
|
| Linkable.Double |
A double primitive specialisation of Linkable.
|
| Linkable.Int |
An int primitive specialisation of Linkable.
|
| Property |
A field type for properties (see @P).
|
| Property.Animator |
Provides keyframe animation support for Property.
|
| PVector |
( begin auto-generated from PVector.xml )
A class to describe a two or three dimensional vector.
|
| Ref |
A generic object holder for safely passing references between different
iterations of code.
|
| Ref.Initializer |
A functional type for initializing a Ref, used by Providers.
|
| Ref.Provider |
Providers initialize Ref instances so that the underlying value can be
used directly as the injected field type.
|
| Table |
|
| Trigger |
A field type for triggers (actions) - see @T.
|