// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.TextureWrapMode

namespace UnityEngine
{
public class TextureWrapMode // TypeDefIndex: 8735
{
	// Fields
	type#20890 value__;
	type#27363 Repeat;
	type#27363 Clamp;
	type#27363 Mirror;
	type#27363 MirrorOnce;
}
}
