RayHitType Enum

Definition

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

Point 2

The raycast hit a point in a point cloud.

TriangleBackFace 1

The raycast hit a back face of a triangle in a triangular mesh.

TriangleFrontFace 0

The raycast hit a front face of a triangle in a triangular mesh.

Applies to