Piccolo Snippets

From eqqon

(Difference between revisions)
Jump to: navigation, search
Henon (Talk | contribs)
(New page: = Piccolo Nodes = == PComposite == The PComposite node and all of it's Children act like a single PNode. All user interaction, even if it happened on a child node, is handled by the compo...)
Newer edit →

Revision as of 12:25, 27 October 2007

Piccolo Nodes

PComposite

The PComposite node and all of it's Children act like a single PNode. All user interaction, even if it happened on a child node, is handled by the composite node. For instance, if you add a PDragInputHandler to the composite and drag it all its children get dragged too.