This namespace provides "extra" nodes, which may be useful, but are not important enough to be included in the core Piccolo package.
Class | Description |
---|---|
P3DRectangle | This is a simple node that draws a "3D" rectangle within it's bounds. |
PCacheCamera | PCacheCamera is an extension to PCamera that provides a fast image based animationToCenterBounds method. |
PClip | PClip is a simple node that applies a clip before rendering or picking its children. |
PComposite | PComposite is a simple node that makes a group of nodes appear to be a single node when picking and interacting. |
PControl | PControl is a wrapper around a System.Windows.Forms.Control. |
PLens | PLens is a simple default lens implementation for Piccolo. |
PNodeCache | PNodeCache caches a visual representation of it's children into an image and uses this cached image for painting instead of painting it's children directly. |