Struct SurfaceVelocity
A velocity between the two contacting objects.
Inherited Members
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public struct SurfaceVelocityFields
AngularVelocity
Angular velocity between the two contacting objects.
Declaration
public float3 AngularVelocityField Value
| Type | Description | 
|---|---|
| float3 | 
LinearVelocity
Linear velocity between the two contacting objects.
Declaration
public float3 LinearVelocityField Value
| Type | Description | 
|---|---|
| float3 |