scripts
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using UnityEngine.Scripting;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x0200010A RID: 266
|
||||
public struct DrivenRectTransformTracker
|
||||
{
|
||||
// Token: 0x060012E6 RID: 4838
|
||||
[GeneratedByOldBindingsGenerator]
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
internal static extern bool CanRecordModifications();
|
||||
|
||||
// Token: 0x060012E7 RID: 4839 RVA: 0x00018E74 File Offset: 0x00017074
|
||||
public void Add(Object driver, RectTransform rectTransform, DrivenTransformProperties drivenProperties)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060012E8 RID: 4840 RVA: 0x00018E78 File Offset: 0x00017078
|
||||
public void Clear()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user