Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSeparation(int, float)

Set the separation value at a particular contact point in this contact pair.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public void SetSeparation(int i, float separation)

Parameters

Index of the contact point.

separation

The separation at a contact point.

Remarks

Separation shows the distance between the colliders at this contact point. Negative means the colliders overlap each other. Positive means the colliders are still separated.
Note that the physics engine starts generating contact pairs when the distance between is lower than the sum of their respective Collider.contactOffset.