Click or drag to resize
Ab4d.SharpEngine logo

HitTestOptions Fields

The HitTestOptions 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