Click or drag to resize
Ab4d.SharpEngine logo

SceneGetHitSceneNodeBounds Method

Overload List
 NameDescription
Public methodGetHitSceneNodeBounds(Ray, SceneNode, HitTestOptions) GetHitSceneNodeBounds returns a List of SceneNode objects where the ray intersects the BoundingBox of the SceneNode.
Public methodGetHitSceneNodeBounds(ListSceneNode, Ray, SceneNode, HitTestOptions) GetHitSceneNodeBounds add all SceneNode objects where the ray intersects the BoundingBox of the SceneNode to the specified hitSceneNodes List.
Top
See Also