Struct MassFactors
The mass factors.
Inherited Members
Namespace: Unity.Physics
Syntax
public struct MassFactors
Fields
InverseInertiaFactorA
The inverse inertia factor a.
Declaration
public float3 InverseInertiaFactorA
Field Value
Type | Description |
---|---|
float3 |
InverseInertiaFactorB
The inverse inertia factor b.
Declaration
public float3 InverseInertiaFactorB
Field Value
Type | Description |
---|---|
float3 |
InverseMassFactorA
The inverse mass factor a.
Declaration
public float InverseMassFactorA
Field Value
Type | Description |
---|---|
Single |
InverseMassFactorB
The inverse mass factor b.
Declaration
public float InverseMassFactorB
Field Value
Type | Description |
---|---|
Single |
Properties
Default
Gets the default.
Declaration
public static readonly MassFactors Default { get; }
Property Value
Type | Description |
---|---|
MassFactors | The default. |