|
MeshColliderHasIntersection(MeshBase) Method |
Returns true when the specified mesh intersects with the mesh that was used to create this MeshCollider.
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool HasIntersection(
MeshBase mesh
)
Parameters
- mesh MeshBase
- MeshBase
Return Value
Booleantrue when the specified mesh intersects with the mesh that was used to create this MeshCollider
See Also