// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Background

namespace UnityEngine.UIElements
{
public class Background // TypeDefIndex: 5742
{
	// Fields
	type#27319 m_Texture;
	type#26244 m_Sprite;
	type#25260 m_RenderTexture;
	type#28506 m_VectorImage;

	// Methods
	// RVA: -1
	public type#27318 get_texture() { }
	// RVA: -1
	public type#28660 set_texture(type#27318 value) { }
	// RVA: -1
	public type#26243 get_sprite() { }
	// RVA: -1
	public type#28660 set_sprite(type#26243 value) { }
	// RVA: -1
	public type#25259 get_renderTexture() { }
	// RVA: -1
	public type#28660 set_renderTexture(type#25259 value) { }
	// RVA: -1
	public type#28505 get_vectorImage() { }
	// RVA: -1
	public type#28660 set_vectorImage(type#28505 value) { }
	// RVA: -1
	public static type#14961 FromTexture2D(type#27318 t) { }
	// RVA: -1
	public static type#14961 FromRenderTexture(type#25259 rt) { }
	// RVA: -1
	public static type#14961 FromSprite(type#26243 s) { }
	// RVA: -1
	public static type#14961 FromVectorImage(type#28505 vi) { }
	// RVA: -1
	internal static type#14961 FromObject(type#23705 obj) { }
	// RVA: -1
	public type#15313 IsEmpty() { }
	// RVA: -1
	public static type#15313 op_Equality(type#14961 lhs, type#14961 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#14961 lhs, type#14961 rhs) { }
	// RVA: -1
	public static type#14961 op_Implicit(type#27318 v) { }
	// RVA: -1
	public virtual type#15313 Equals(type#14961 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
