Files
27Aug2021-Cpp2IL-Dump/SA.Foundation/SA_Extensions_RectTransform.cs
niko c12fbe3fc6 m
2026-04-12 16:51:38 +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 = "0x10E3EE0", Offset = "0x10E2EE0", VA = "0x1810E3EE0")]
public static void Reset(this RectTransform rt)
{
}
// Token: 0x06000020 RID: 32 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000020")]
[Address(RVA = "0x10E3C80", Offset = "0x10E2C80", VA = "0x1810E3C80")]
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 = "0x10E3890", Offset = "0x10E2890", VA = "0x1810E3890")]
public static Rect GetScreenRect(this RectTransform transform)
{
return default(Rect);
}
}