Version: 2023.1

Physics.ContactEventDelegate

切换到手册
public delegatevoid ContactEventDelegate (PhysicsScene scene, ReadOnly<ContactPairHeader> headerArray);

参数

scene The physics scene that the contacts belong to.
headerArray A contact buffer where all the contact data of the previous simulation step is stored.

描述