Class ContactPoint
Contains a contact point data for the collision location.
Inheritance
System.Object
ContactPoint
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ContactPoint : ValueType
Fields
Normal
Point
Separation
The separation value (negative implies penetration).
Declaration
public float Separation
Field Value
System.Single
|