scripts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using UnityEngine.StyleSheets;
|
||||
|
||||
namespace UnityEngine.Experimental.UIElements.StyleSheets
|
||||
{
|
||||
// Token: 0x0200036E RID: 878
|
||||
internal struct CustomProperty
|
||||
{
|
||||
// Token: 0x04000B8F RID: 2959
|
||||
public int specificity;
|
||||
|
||||
// Token: 0x04000B90 RID: 2960
|
||||
public StyleValueHandle handle;
|
||||
|
||||
// Token: 0x04000B91 RID: 2961
|
||||
public StyleSheet data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user