Piccolo.NET

PComposite.FullPick Method 

Overridden. Returns true if this node or any pickable descendends are picked.

public override bool FullPick(
   PPickPath pickPath
);

Parameters

pickPath

Return Value

True if this node or any descendents are picked; false, otherwise.

Remarks

If a pick occurs the pickPath is modified so that this node is always returned as the picked node, even if it was a decendent node that initialy reported the pick.

See Also

PComposite Class | UMD.HCIL.PiccoloX.Nodes Namespace