Click or drag to resize
AB4D logo

DXHitTestOptions Fields

The DXHitTestOptions type exposes the following members.

Fields
 NameDescription
Public fieldHitTestFilterCallback 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).
Top
See Also