Click or drag to resize
AB4D logo

DXMultiMeshGeometry3DIsHitTestVisible Property

IsHitTestVisible specifies if this DXMultiMeshGeometry3D can be hit tested. If you do not need to hit test this DXMultiMeshGeometry3D, then you can set IsHitTestVisible to false to free the memory used for vertex and index buffer arrays.

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsHitTestVisible { get; set; }

Property Value

Boolean
See Also