This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
namespace UnityEngine
{
// Token: 0x02000052 RID: 82
public enum LineTextureMode
{
// Token: 0x04000066 RID: 102
Stretch,
// Token: 0x04000067 RID: 103
Tile,
// Token: 0x04000068 RID: 104
DistributePerSegment,
// Token: 0x04000069 RID: 105
RepeatPerSegment
}
}