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

    Struct ModifiableContactHeader

    Namespace: Unity.Physics
    Syntax
    public struct ModifiableContactHeader

    Properties

    BodyCustomTags

    Declaration
    public CustomTagsPair BodyCustomTags { get; }
    Property Value
    Type Description
    CustomTagsPair

    BodyIndexPair

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

    CoefficientOfFriction

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

    CoefficientOfRestitution

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

    ColliderKeys

    Declaration
    public ColliderKeyPair ColliderKeys { get; }
    Property Value
    Type Description
    ColliderKeyPair

    Entities

    Declaration
    public EntityPair Entities { get; }
    Property Value
    Type Description
    EntityPair

    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