// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.GraphicRegistry

namespace UnityEngine.UI
{
public class GraphicRegistry // TypeDefIndex: 10641
{
	// Fields
	type#19229 s_Instance;
	type#4408 m_Graphics;
	type#4408 m_RaycastableGraphics;
	type#8651 s_EmptyList;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public static type#19228 get_instance() { }
	// RVA: -1
	public static type#28660 RegisterGraphicForCanvas(type#15747 c, type#19222 graphic) { }
	// RVA: -1
	public static type#28660 RegisterRaycastGraphicForCanvas(type#15747 c, type#19222 graphic) { }
	// RVA: -1
	public static type#28660 UnregisterGraphicForCanvas(type#15747 c, type#19222 graphic) { }
	// RVA: -1
	public static type#28660 UnregisterRaycastGraphicForCanvas(type#15747 c, type#19222 graphic) { }
	// RVA: -1
	public static type#28660 DisableGraphicForCanvas(type#15747 c, type#19222 graphic) { }
	// RVA: -1
	public static type#28660 DisableRaycastGraphicForCanvas(type#15747 c, type#19222 graphic) { }
	// RVA: -1
	public static type#7338 GetGraphicsForCanvas(type#15747 canvas) { }
	// RVA: -1
	public static type#7338 GetRaycastableGraphicsForCanvas(type#15747 canvas) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
