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
Front
The object is in front of the plane.
Declaration
public const PlaneIntersectionType Front
Field Value
Intersecting
The object is intersecting the plane.
Declaration
public const PlaneIntersectionType Intersecting
Field Value
value__
Declaration
public int value__
Field Value
System.
|