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

namespace UnityEngine
{
public class ContactPairHeader // TypeDefIndex: 12796
{
	// Fields
	type#20878 m_BodyID;
	type#20878 m_OtherBodyID;
	type#20933 m_StartPtr;
	type#27925 m_NbPairs;
	type#16064 m_Flags;
	type#28475 m_RelativeVelocity;

	// Methods
	// RVA: -1
	public type#16259 get_body() { }
	// RVA: -1
	public type#16259 get_otherBody() { }
	// RVA: -1
	internal type#15313 get_hasRemovedBody() { }
	// RVA: -1
	public type#11822 GetContactPair(type#20867 index) { }
	// RVA: -1
	internal type#12388 GetContactPair_Internal(type#20867 index) { }
}
}
