Click or drag to resize
Ab4d.SharpEngine logo

SceneViewGetAllHitObjects Method

Overload List
 NameDescription
Public methodGetAllHitObjects(Ray, HitTestOptions) GetAllHitObjects method executes a hit testing by using the specified Ray on the SceneNodes that are shown by this SceneView and returns a list of RayHitTestResult objects sorted from the closest to the farthest object. When no object is hit, an empty list is returned.
Public methodGetAllHitObjects(Single, Single, Boolean, HitTestOptions) GetAllHitObjects method executes a hit testing from the specified x and y positions on the SceneNodes that are shown by this SceneView and returns a list of RayHitTestResult objects sorted from the closest to the farthest object. When no object is hit, an empty list is returned.
Top
See Also