// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Plane

namespace UnityEngine
{
public class Plane // TypeDefIndex: 8681
{
	// Fields
	type#28469 m_Normal;
	type#26060 m_Distance;

	// Methods
	// RVA: -1
	public type#28468 get_normal() { }
	// RVA: -1
	public type#28660 .ctor(type#28468 inNormal, type#28468 inPoint) { }
	// RVA: -1
	public type#15313 Raycast(type#24957 ray, type#12113 enter) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
}
}
