scripts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user