|
MeshColliderLastIntersectionPositionIndex Property |
Gets the position index of a position that was the first to be inside the mesh (this is not the closest position).
This is set only when calling HasIntersection with mesh as parameter.
Default value -1 indicates no position is inside the mesh.
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public int LastIntersectionPositionIndex { get; }
Property Value
Int32See Also