public struct ModifiableContactHeader
Properties
BodyIndexA
Declaration
public readonly int BodyIndexA { get; }
Property Value
BodyIndexB
Declaration
public readonly int BodyIndexB { get; }
Property Value
Declaration
public float CoefficientOfFriction { get; set; }
Property Value
Declaration
public float CoefficientOfRestitution { get; set; }
Property Value
Declaration
public readonly ColliderKey ColliderKeyA { get; }
Property Value
Declaration
public readonly ColliderKey ColliderKeyB { get; }
Property Value
Declaration
public readonly byte CustomTagsA { get; }
Property Value
Declaration
public readonly byte CustomTagsB { get; }
Property Value
Declaration
public readonly Entity EntityA { get; }
Property Value
Declaration
public readonly Entity EntityB { get; }
Property Value
Declaration
public JacobianFlags JacobianFlags { get; set; }
Property Value
Declaration
public bool Modified { readonly get; }
Property Value
Declaration
public float3 Normal { get; set; }
Property Value
Declaration
public readonly int NumContacts { get; }
Property Value