Click or drag to resize
AB4D logo

MeshCollider Fields

The MeshCollider type exposes the following members.

Fields
 NameDescription
Public fieldPrimaryRayDirection Direction of the ray that is first used for hit testing. Default value is (0, 1, 0).
Public fieldSecondaryRayDirection Direction of the ray that is used to confirm the hit test results of the first ray. This prevents invalid results in case the ray just touches the mesh. Default value is (0, 0, 1).
Top
See Also