Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ModifiableContactPair.GetPoint

Declaration

public Vector3 GetPoint(int i);

Parameters

i Index of the contact point.

Returns

Vector3 The location of a contact point.

Description

Get the location of a particular contact point in this contact pair.

The returned value is in the world coodinates.