Struct ModifiableJacobianHeader | Unity Physics | 0.6.0-preview.3
docs.unity.cn
    Show / Hide Table of Contents

    Struct ModifiableJacobianHeader

    Namespace: Unity.Physics
    Syntax
    public struct ModifiableJacobianHeader

    Properties

    AngularChanged

    Declaration
    public bool AngularChanged { get; }
    Property Value
    Type Description
    Boolean

    BodyIndexA

    Declaration
    public int BodyIndexA { get; }
    Property Value
    Type Description
    Int32

    BodyIndexB

    Declaration
    public int BodyIndexB { get; }
    Property Value
    Type Description
    Int32

    ColliderKeyA

    Declaration
    public ColliderKey ColliderKeyA { get; }
    Property Value
    Type Description
    ColliderKey

    ColliderKeyB

    Declaration
    public ColliderKey ColliderKeyB { get; }
    Property Value
    Type Description
    ColliderKey

    EntityA

    Declaration
    public Entity EntityA { get; }
    Property Value
    Type Description
    Entity

    EntityB

    Declaration
    public Entity EntityB { get; }
    Property Value
    Type Description
    Entity

    Flags

    Declaration
    public JacobianFlags Flags { get; set; }
    Property Value
    Type Description
    JacobianFlags

    HasColliderKeys

    Declaration
    public bool HasColliderKeys { get; }
    Property Value
    Type Description
    Boolean

    HasMassFactors

    Declaration
    public bool HasMassFactors { get; }
    Property Value
    Type Description
    Boolean

    HasSurfaceVelocity

    Declaration
    public bool HasSurfaceVelocity { get; }
    Property Value
    Type Description
    Boolean

    MassFactors

    Declaration
    public MassFactors MassFactors { get; set; }
    Property Value
    Type Description
    MassFactors

    ModifiersChanged

    Declaration
    public bool ModifiersChanged { get; }
    Property Value
    Type Description
    Boolean

    SurfaceVelocity

    Declaration
    public SurfaceVelocity SurfaceVelocity { get; set; }
    Property Value
    Type Description
    SurfaceVelocity

    Type

    Declaration
    public JacobianType Type { get; }
    Property Value
    Type Description
    JacobianType

    Methods

    GetAngularJacobian(Int32)

    Declaration
    public ContactJacAngAndVelToReachCp GetAngularJacobian(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    ContactJacAngAndVelToReachCp

    SetAngularJacobian(Int32, ContactJacAngAndVelToReachCp)

    Declaration
    public void SetAngularJacobian(int i, ContactJacAngAndVelToReachCp j)
    Parameters
    Type Name Description
    Int32 i
    ContactJacAngAndVelToReachCp j
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021