// Assembly: UnityEngine.Physics2DModule
// Full name: UnityEngine.ContactPoint2D

namespace UnityEngine
{
public class ContactPoint2D // TypeDefIndex: 13251
{
	// Fields
	type#28440 m_Point;
	type#28440 m_Normal;
	type#28440 m_RelativeVelocity;
	type#26060 m_Friction;
	type#26060 m_Bounciness;
	type#26060 m_Separation;
	type#26060 m_NormalImpulse;
	type#26060 m_TangentImpulse;
	type#20868 m_Collider;
	type#20868 m_OtherCollider;
	type#20868 m_Rigidbody;
	type#20868 m_OtherRigidbody;
	type#20868 m_Enabled;
}
}
