docs.unity.cn
    Show / Hide Table of Contents

    Struct ContactJacobianAngular

    A contact jacobian angular.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Physics
    Syntax
    public struct ContactJacobianAngular

    Fields

    AngularA

    The angular a.

    Declaration
    public float3 AngularA
    Field Value
    Type Description
    float3

    AngularB

    The angular b.

    Declaration
    public float3 AngularB
    Field Value
    Type Description
    float3

    EffectiveMass

    The effective mass.

    Declaration
    public float EffectiveMass
    Field Value
    Type Description
    Single

    Impulse

    Accumulated impulse.

    Declaration
    public float Impulse
    Field Value
    Type Description
    Single
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023