Click or drag to resize
AB4D logo

DXHitTestContext(DXHitTestOptions) Constructor

Constructor without DXScene. It is recommended to use the constructor with DXScene. This constructor can be used only for off-screen hit testing scenarios.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public DXHitTestContext(
	DXHitTestOptions hitTestParameters
)

Parameters

hitTestParameters  DXHitTestOptions
DXHitTestOptions
See Also