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

    Struct ModifiableContactHeader

    Namespace: Unity.Physics
    Syntax
    public struct ModifiableContactHeader

    Properties

    BodyIndexA

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

    BodyIndexB

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

    CoefficientOfFriction

    Declaration
    public float CoefficientOfFriction { get; set; }
    Property Value
    Type Description
    Single

    CoefficientOfRestitution

    Declaration
    public float CoefficientOfRestitution { get; set; }
    Property Value
    Type Description
    Single

    ColliderKeyA

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

    ColliderKeyB

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

    CustomTagsA

    Declaration
    public byte CustomTagsA { get; }
    Property Value
    Type Description
    Byte

    CustomTagsB

    Declaration
    public byte CustomTagsB { get; }
    Property Value
    Type Description
    Byte

    EntityA

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

    EntityB

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

    JacobianFlags

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

    Modified

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

    Normal

    Declaration
    public float3 Normal { get; set; }
    Property Value
    Type Description
    float3

    NumContacts

    Declaration
    public int NumContacts { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021