|  | |
| Ray | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class RayInstancedHitTestResult : RayHitTestResult
The RayInstancedHitTestResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RayInstancedHitTestResult(RayHitTestResult, Int32) | Constructor | 
|  | RayInstancedHitTestResult(Vector3, SceneNode, Single, Int32) | Constructor | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | IsSameObject | Returns true when the other HitTestResult represents the same object.
            When false is returned then new MouseLeave and MouseEnter events will be triggered. (Overrides HitTestResultIsSameObject(HitTestResult)) | 
|  | ToString | (Overrides RayHitTestResultToString) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | HitInstanceIndex | Index of hit instance | 
 See Also
See Also