Click or drag to resize
AB4D logo

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.Utilities
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public int LastIntersectionPositionIndex { get; }

Property Value

Int32
See Also