|
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.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool IsHitTestVisible { get; set; }
Property Value
BooleanSee Also