// Assembly: UnityEngine.PhysicsModule
// Full name: UnityEngine.ModifiableContactPair

namespace UnityEngine
{
public class ModifiableContactPair // TypeDefIndex: 12792
{
	// Fields
	type#20926 actor;
	type#20926 otherActor;
	type#20926 shape;
	type#20926 otherShape;
	type#24842 rotation;
	type#28472 position;
	type#24842 otherRotation;
	type#28472 otherPosition;
	type#20868 numContacts;
	type#20926 contacts;
}
}
