Class BatchedMeshHitTestResult
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public class BatchedMeshHitTestResult : HitTestResult, IComparable<HitTestResult>
- Inheritance
-
BatchedMeshHitTestResult
- Implements
- Inherited Members
Constructors
BatchedMeshHitTestResult(int, ref BatchedMeshGeometryConfig, HitTestResult)
public BatchedMeshHitTestResult(int idx, ref BatchedMeshGeometryConfig config, HitTestResult result)
Parameters
idxintconfigBatchedMeshGeometryConfigresultHitTestResult
Properties
Config
public BatchedMeshGeometryConfig Config { get; }
Property Value
MeshConfigIndex
public int MeshConfigIndex { get; }