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

namespace UnityEngine
{
public class DepthTextureMode // TypeDefIndex: 8730
{
	// Fields
	type#20890 value__;
	type#17281 None;
	type#17281 Depth;
	type#17281 DepthNormals;
	type#17281 MotionVectors;
}
}
