docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct MassFactors

    The mass factors.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Physics
    Assembly: Unity.Physics.dll
    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
    float

    InverseMassFactorB

    The inverse mass factor b.

    Declaration
    public float InverseMassFactorB
    Field Value
    Type Description
    float

    Properties

    Default

    Gets the default.

    Declaration
    public static MassFactors Default { get; }
    Property Value
    Type Description
    MassFactors

    The default.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)