Enum PlaneIntersectionType
- Namespace
 - Stride.Core.Mathematics
 
- Assembly
 - Stride.Core.Mathematics.dll
 
Describes the result of an intersection with a plane in three dimensions.
public enum PlaneIntersectionType
  Fields
Back = 0The object is behind the plane.
Front = 1The object is in front of the plane.
Intersecting = 2The object is intersecting the plane.