Click or drag to resize
AB4D logo

DXHitTestOptionsHitTestFilterCallback Field

When HitTestFilterCallback is specified, the specified predicate is used as a filter that specifies if hit testing is executed on the specified SceneNode and its child SceneNodes (returns true) or not (returns false). When HitTestFilterCallback is null, hit testing is executed on all SceneNodes (as the predicate would always return true).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Func<SceneNode, DXHitTestOptionsHitTestFilterResult> HitTestFilterCallback

Field Value

FuncSceneNode, DXHitTestOptionsHitTestFilterResult
See Also