Class PlaneIntersectionType
Describes the result of an intersection with a plane in three dimensions.
Inheritance
System.Object
PlaneIntersectionType
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class PlaneIntersectionType : Enum
Fields
Back
The object is behind the plane.
Declaration
public const PlaneIntersectionType Back
Field Value
PlaneIntersectionType
|
Front
The object is in front of the plane.
Declaration
public const PlaneIntersectionType Front
Field Value
PlaneIntersectionType
|
Intersecting
The object is intersecting the plane.
Declaration
public const PlaneIntersectionType Intersecting
Field Value
PlaneIntersectionType
|
value__
Declaration
public int value__
Field Value
System.Int32
|