public struct ModifiableContactHeader
Properties
BodyCustomTags
Declaration
[Obsolete("BodyCustomTags has been deprecated. Use CustomTagsA and CustomTagsB directly. (RemovedAfter 2020-08-01)")]
public CustomTagsPair BodyCustomTags { get; }
Property Value
BodyIndexA
Declaration
public int BodyIndexA { get; }
Property Value
BodyIndexB
Declaration
public int BodyIndexB { get; }
Property Value
BodyIndexPair
Declaration
[Obsolete("BodyIndexPair has been deprecated. Use BodyIndexA and BodyIndexB directly. (RemovedAfter 2020-08-01)")]
public BodyIndexPair BodyIndexPair { get; }
Property Value
Declaration
public float CoefficientOfFriction { get; set; }
Property Value
Declaration
public float CoefficientOfRestitution { get; set; }
Property Value
Declaration
public ColliderKey ColliderKeyA { get; }
Property Value
Declaration
public ColliderKey ColliderKeyB { get; }
Property Value
Declaration
[Obsolete("ColliderKeys has been deprecated. Use ColliderKeyA and ColliderKeyB directly. (RemovedAfter 2020-08-01)")]
public ColliderKeyPair ColliderKeys { get; }
Property Value
Declaration
public byte CustomTagsA { get; }
Property Value
Declaration
public byte CustomTagsB { get; }
Property Value
Declaration
[Obsolete("Entities has been deprecated. Use EntityA and EntityB directly. (RemovedAfter 2020-08-01)")]
public EntityPair Entities { get; }
Property Value
Declaration
public Entity EntityA { get; }
Property Value
Declaration
public Entity EntityB { get; }
Property Value
Declaration
public JacobianFlags JacobianFlags { get; set; }
Property Value
Declaration
public bool Modified { get; }
Property Value
Declaration
public float3 Normal { get; set; }
Property Value
Type |
Description |
Unity.Mathematics.float3 |
|
Declaration
public int NumContacts { get; }
Property Value