terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Clipping.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine.UI
6{
7 // Token: 0x0200000B RID: 11
8 public static class Clipping
9 {
10 // Token: 0x0600004F RID: 79 RVA: 0x00002A90 File Offset: 0x00000C90
12 {
13 Rect rect2;
14 if (true)
15 {
16 Rect rect;
17 float xMin = rect.xMin;
18 float xMax = rect.xMax;
19 float yMin = rect.yMin;
20 float yMax = rect.yMax;
21 float xMin2 = rect2.xMin;
22 float xMin3 = rect2.xMin;
23 float yMin2 = rect2.yMin;
24 float yMin3 = rect2.yMin;
25 float xMax2 = rect2.xMax;
26 float xMax3 = rect2.xMax;
27 float yMax2 = rect2.yMax;
28 float yMax3 = rect2.yMax;
29 return rect2;
30 }
31 return rect2;
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static Rect FindCullAndClipWorldRect(List< RectMask2D > rectMaskParents, [Out] bool validRect)
Definition Clipping.cs:11