|  | |
| Sub | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class SubMeshHitTestResult : RayHitTestResult
The SubMeshHitTestResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SubMeshHitTestResult(RayHitTestResult, Int32) | Constructor | 
|  | SubMeshHitTestResult(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 | |
|---|---|---|
|  | SubMeshIndex | Index of SubMesh in the hit MultiMaterialModelNode object. | 
 See Also
See Also