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

namespace UnityEngine
{
public class LightType // TypeDefIndex: 8724
{
	// Fields
	type#20890 value__;
	type#21965 Spot;
	type#21965 Directional;
	type#21965 Point;
	type#21965 Area;
	type#21965 Rectangle;
	type#21965 Disc;
	type#21965 Pyramid;
	type#21965 Box;
	type#21965 Tube;
}
}
