Hit |
The HitTestOptions type exposes the following members.
Name | Description | |
---|---|---|
HitTestFilterCallback | 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). |