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
+19
View File
@@ -0,0 +1,19 @@
using System;
namespace UnityEngine.CSSLayout
{
// Token: 0x02000506 RID: 1286
internal enum CSSAlign
{
// Token: 0x04001294 RID: 4756
Auto,
// Token: 0x04001295 RID: 4757
FlexStart,
// Token: 0x04001296 RID: 4758
Center,
// Token: 0x04001297 RID: 4759
FlexEnd,
// Token: 0x04001298 RID: 4760
Stretch
}
}