Piccolo.NET

PSelectionEventHandler.BoundsFilter.IsCameraLayer Method 

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

public virtual bool IsCameraLayer(
   PNode node
);

Parameters

node
The node to test.

Return Value

True if the node is a layer that is viewed by a camera that is a selectable parent; otherwise, false.

See Also

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