RayHitType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classifies the hit type of an individual raycast hit result.
public enum class RayHitType
public enum RayHitType
type RayHitType =
Public Enum RayHitType
- Inheritance
-
RayHitType
Fields
Name | Value | Description |
---|---|---|
TriangleFrontFace | 0 | The raycast hit a front face of a triangle in a triangular mesh. |
TriangleBackFace | 1 | The raycast hit a back face of a triangle in a triangular mesh. |
Point | 2 | The raycast hit a point in a point cloud. |