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

namespace UnityEngine.UI
{
public class IClippable // TypeDefIndex: 10622
{

	// Methods
	// RVA: -1
	public abstract type#19062 get_gameObject() { }
	// RVA: -1
	public abstract type#28660 RecalculateClipping() { }
	// RVA: -1
	public abstract type#25043 get_rectTransform() { }
	// RVA: -1
	public abstract type#28660 Cull(type#25017 clipRect, type#15313 validRect) { }
	// RVA: -1
	public abstract type#28660 SetClipRect(type#25017 value, type#15313 validRect) { }
	// RVA: -1
	public abstract type#28660 SetClipSoftness(type#28439 clipSoftness) { }
}
}
