Struct MassFactors
The mass factors.
Inherited Members
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public struct MassFactorsFields
InverseInertiaFactorA
The inverse inertia factor a.
Declaration
public float3 InverseInertiaFactorAField Value
| Type | Description | 
|---|---|
| float3 | 
InverseInertiaFactorB
The inverse inertia factor b.
Declaration
public float3 InverseInertiaFactorBField Value
| Type | Description | 
|---|---|
| float3 | 
InverseMassFactorA
The inverse mass factor a.
Declaration
public float InverseMassFactorAField Value
| Type | Description | 
|---|---|
| float | 
InverseMassFactorB
The inverse mass factor b.
Declaration
public float InverseMassFactorBField Value
| Type | Description | 
|---|---|
| float | 
Properties
Default
Gets the default.
Declaration
public static MassFactors Default { get; }Property Value
| Type | Description | 
|---|---|
| MassFactors | The default. |