Piccolo.NET

PSelectionEventHandler.BoundsFilter.AcceptChildrenOf Method 

Returns true if the node is a selectable parent or a layer that is viewed by a camera that is a selectable parent.

public virtual bool AcceptChildrenOf(
   PNode node
);

Parameters

node
The node to test.

Return Value

True if the node's children should be accepted; otherwise, false.

Implements

PNodeFilter.AcceptChildrenOf

See Also

PSelectionEventHandler.BoundsFilter Class | UMD.HCIL.PiccoloX.Events Namespace