PlaneIntersectionType Type
Defines the intersection between a Plane3 and a bounding volume. Copied from - https://github.com/MonoGame/MonoGame/blob/v3.8/MonoGame.Framework/PlaneIntersectionType.cs
Record fields
Record Field | Description |
|
There is no intersection, the bounding volume is in the positive half space of the plane.
|
|
There is no intersection, the bounding volume is in the negative half space of the plane.
|
|
The plane is intersected.
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|