This version of Unity is unsupported.

ImmediateContact

struct in UnityEngine.LowLevelPhysics

/

Implemented in:UnityEngine.PhysicsModule

Description

Describes a contact where two shapes collide.

These contact points are generated by the ImmediatePhysics.GenerateContacts function.

Properties

NormalThe normal of the contact point.
PointThe position of the contact point in world space.
SeparationThe distance between the shapes at the contact point.