Click or drag to resize

RenderablePick Method

[Missing <summary> documentation for "M:Demo3D.Visuals.Renderers.Renderable.Pick(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Matrix,Demo3D.Visuals.Ray,Demo3D.Visuals.PickInfo@)"]


Namespace: Demo3D.Visuals.Renderers
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract bool Pick(
	IDisplay display,
	Matrix parentMatrix,
	Ray ray,
	ref PickInfo info
)

Parameters

display  IDisplay

[Missing <param name="display"/> documentation for "M:Demo3D.Visuals.Renderers.Renderable.Pick(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Matrix,Demo3D.Visuals.Ray,Demo3D.Visuals.PickInfo@)"]

parentMatrix  Matrix

[Missing <param name="parentMatrix"/> documentation for "M:Demo3D.Visuals.Renderers.Renderable.Pick(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Matrix,Demo3D.Visuals.Ray,Demo3D.Visuals.PickInfo@)"]

ray  Ray

[Missing <param name="ray"/> documentation for "M:Demo3D.Visuals.Renderers.Renderable.Pick(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Matrix,Demo3D.Visuals.Ray,Demo3D.Visuals.PickInfo@)"]

info  PickInfo

[Missing <param name="info"/> documentation for "M:Demo3D.Visuals.Renderers.Renderable.Pick(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Matrix,Demo3D.Visuals.Ray,Demo3D.Visuals.PickInfo@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.Renderers.Renderable.Pick(Demo3D.Visuals.IDisplay,Microsoft.DirectX.Matrix,Demo3D.Visuals.Ray,Demo3D.Visuals.PickInfo@)"]

Implements

IRenderablePick(IDisplay, Matrix, Ray, PickInfo)
See Also