Piccolo.NET

PCamera.PickAfterChildren Method 

Overridden. After the direct children of the camera have been given a chance to be picked objects viewed by the camera are given a chance to be picked.

protected override bool PickAfterChildren(
   PPickPath pickPath
);

Parameters

pickPath
The pick path used for the pick operation.

Return Value

True if an object viewed by the camera was picked; else false.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace