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