Click or drag to resize
AB4D logo

DXRayInstancedHitTestResult Class

DXRayInstancedHitTestResult class provides result of a ray hit test that is executed on instanced object.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXHitTestResult
    Ab3d.DirectXDXRayHitTestResult
      Ab3d.DirectXDXRayInstancedHitTestResult

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class DXRayInstancedHitTestResult : DXRayHitTestResult

The DXRayInstancedHitTestResult type exposes the following members.

Constructors
Methods
 NameDescription
Public methodIsSameObject Returns true when the other DXHitTestResult represents the same object. When false is returned then new MouseLeave and MouseEnter events will be triggered.
(Overrides DXHitTestResultIsSameObject(DXHitTestResult))
Top
Fields
 NameDescription
Public fieldHitInstanceIndex Index of hit instance
Top
See Also