// Assembly: UnityEngine.TextCoreTextEngineModule
// Full name: UnityEngine.TextCore.Text.RenderedText

namespace UnityEngine.TextCore.Text
{
public class RenderedText // TypeDefIndex: 10575
{
	// Fields
	type#26588 value;
	type#20880 valueStart;
	type#20880 valueLength;
	type#26588 suffix;
	type#15843 repeat;
	type#20880 repeatCount;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 value) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 value, type#26576 suffix) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 value, type#20867 start, type#20867 length, type#26596 suffix) { }
	// RVA: -1
	public type#28660 .ctor(type#15837 repeat, type#20867 repeatCount, type#26596 suffix) { }
	// RVA: -1
	public type#20867 get_CharacterCount() { }
	// RVA: -1
	public type#33243 GetEnumerator() { }
	// RVA: -1
	public type#26576 CreateString() { }
	// RVA: -1
	public virtual type#15313 Equals(type#25282 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#26576 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
}
}
