Click or drag to resize

PickInfoGetClosestPoint Method

[Missing <summary> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool GetClosestPoint(
	out Vector3 point,
	PointPickType types
)

Parameters

point  Vector3

[Missing <param name="point"/> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]

types  PointPickType

[Missing <param name="types"/> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.PickInfo.GetClosestPoint(Microsoft.DirectX.Vector3@,Demo3D.Visuals.PointPickType)"]

See Also