Files
2026-04-10 22:50:51 +02:00

20 lines
507 B
C#

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);
}
}
}