This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace UnityEngine.UI
{
// Token: 0x0200000B RID: 11
[Token(Token = "0x2000009")]
public static class Clipping
{
// Token: 0x0600004B RID: 75 RVA: 0x00002280 File Offset: 0x00000480
[Token(Token = "0x6000044")]
[Address(RVA = "0x2137580", Offset = "0x2136380", VA = "0x182137580")]
public static Rect FindCullAndClipWorldRect(List<RectMask2D> rectMaskParents, out bool validRect)
{
return default(Rect);
}
}
}