Class HitTest2DResult
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public class HitTest2DResult
- Inheritance
-
HitTest2DResult
- Inherited Members
Constructors
HitTest2DResult(object?)
Initializes a new instance of the HitTest2DResult class.
public HitTest2DResult(object? model)
Parameters
modelobjectThe model.
Properties
ModelHit
Gets or sets the model hit.
public object? ModelHit { get; }
Property Value
- object
The model hit.