Struct ContactPoint
A contact point in a manifold. All contacts share the same normal.
Inherited Members
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public struct ContactPointFields
Distance
Separating distance along the manifold normal.
Declaration
public float DistanceField Value
| Type | Description | 
|---|---|
| float | 
Position
World space position on object B.
Declaration
public float3 PositionField Value
| Type | Description | 
|---|---|
| float3 |