// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.UIR.CommandType

namespace UnityEngine.UIElements.UIR
{
public class CommandType // TypeDefIndex: 6353
{
	// Fields
	type#20890 value__;
	type#16193 Draw;
	type#16193 ImmediateCull;
	type#16193 Immediate;
	type#16193 PushView;
	type#16193 PopView;
	type#16193 PushScissor;
	type#16193 PopScissor;
	type#16193 PushRenderTexture;
	type#16193 PopRenderTexture;
	type#16193 BlitToPreviousRT;
	type#16193 PushDefaultMaterial;
	type#16193 PopDefaultMaterial;
	type#16193 BeginDisable;
	type#16193 EndDisable;
	type#16193 CutRenderChain;
}
}
