Sub | |
public class SubMeshHitTestResult : RayHitTestResult
The SubMeshHitTestResult type exposes the following members.
| Name | Description | |
|---|---|---|
| SubMeshHitTestResult(RayHitTestResult, Int32) | Constructor | |
| SubMeshHitTestResult(Vector3, SceneNode, Single, Int32) | Constructor |
| 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) |
| Name | Description | |
|---|---|---|
| SubMeshIndex | Index of SubMesh in the hit MultiMaterialModelNode object. |