RendererAspectBasePick Method |
A check to see a ray intersects with this aspect.
Namespace: Demo3D.Visuals.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic abstract bool Pick(
IDisplay display,
Ray ray,
ref PickInfo info
)
Parameters
- display IDisplay
- The current display.
- ray Ray
- The ray to test.
- info PickInfo
- Contains information about the intersection, if one occurs.
Return Value
BooleanTrue if the ray intersects, otherwise false.
Implements
IRendererAspectPick(IDisplay, Ray, PickInfo)
See Also