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
@@ -0,0 +1,21 @@
using System;
using UnityEngine.StyleSheets;
namespace UnityEngine.Experimental.UIElements.StyleSheets
{
// Token: 0x02000368 RID: 872
internal struct RuleMatcher
{
// Token: 0x04000B7E RID: 2942
public StyleSheet sheet;
// Token: 0x04000B7F RID: 2943
public StyleComplexSelector complexSelector;
// Token: 0x04000B80 RID: 2944
public int simpleSelectorIndex;
// Token: 0x04000B81 RID: 2945
public int depth;
}
}