Files
Aug2021-Cpp2IL-Dump/SA.Foundation/SA_Extensions_RectTransform.cs
T
2026-04-10 22:50:51 +02:00

33 lines
1.1 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using SA.Foundation.Animation;
using UnityEngine;
// Token: 0x02000007 RID: 7
[Token(Token = "0x2000007")]
public static class SA_Extensions_RectTransform
{
// Token: 0x0600001F RID: 31 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600001F")]
[Address(RVA = "0x37111E0", Offset = "0x370FFE0", VA = "0x1837111E0")]
public static void Reset(this RectTransform rt)
{
}
// Token: 0x06000020 RID: 32 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000020")]
[Address(RVA = "0x3710F80", Offset = "0x370FD80", VA = "0x183710F80")]
public static void MoveTo(this RectTransform transform, object callbackTarget, Vector2 position, float time, SA_EaseType easeType = SA_EaseType.linear, [Optional] Action OnCompleteAction)
{
}
// Token: 0x06000021 RID: 33 RVA: 0x000020B8 File Offset: 0x000002B8
[Token(Token = "0x6000021")]
[Address(RVA = "0x3710B90", Offset = "0x370F990", VA = "0x183710B90")]
public static Rect GetScreenRect(this RectTransform transform)
{
return default(Rect);
}
}