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

namespace UnityEngine
{
public class MeshTopology // TypeDefIndex: 8731
{
	// Fields
	type#20890 value__;
	type#22628 Triangles;
	type#22628 Quads;
	type#22628 Lines;
	type#22628 LineStrip;
	type#22628 Points;
}
}
