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

namespace UnityEngine
{
public class ControllerColliderHit // TypeDefIndex: 12787
{
	// Fields
	type#15869 m_Controller;
	type#16049 m_Collider;
	type#28470 m_Point;
	type#28470 m_Normal;
	type#28470 m_MoveDirection;
	type#26061 m_MoveLength;
	type#20869 m_Push;

	// Methods
	// RVA: -1
	public type#16047 get_collider() { }
	// RVA: -1
	public type#28468 get_point() { }
	// RVA: -1
	public type#28468 get_normal() { }
	// RVA: -1
	public type#28468 get_moveDirection() { }
}
}
