22 lines
440 B
C#
22 lines
440 B
C#
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;
|
|
}
|
|
}
|