CopyToNativeArray(NativeArray<ContactPairPoint>)
Copies the internal ContactPairPoint buffer to the provided buffer.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public void CopyToNativeArray(NativeArray<ContactPairPoint> buffer)
Parameters
A native buffer that will be filled with ContactPairPoint data.