This version of Unity is unsupported.

ContactPair.CopyToNativeArray

Declaration

public void CopyToNativeArray(NativeArray<ContactPairPoint> buffer);

Parameters

buffer A native buffer that will be filled with ContactPairPoint data.

Description

Copies the internal ContactPairPoint buffer to the provided buffer.