// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Rendering.ShadowCastingMode

namespace UnityEngine.Rendering
{
public class ShadowCastingMode // TypeDefIndex: 9224
{
	// Fields
	type#20890 value__;
	type#25972 Off;
	type#25972 On;
	type#25972 TwoSided;
	type#25972 ShadowsOnly;
}
}
