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
GUIClip.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x02000008 RID: 8
8 [NativeHeader("Modules/IMGUI/GUIClip.h")]
9 [NativeHeader("Modules/IMGUI/GUIState.h")]
10 internal sealed class GUIClip
11 {
12 // Token: 0x1700000C RID: 12
13 // (get) Token: 0x06000030 RID: 48 RVA: 0x000027C4 File Offset: 0x000009C4
14 internal static Rect visibleRect
15 {
16 [FreeFunction("GetGUIState().m_CanvasGUIState.m_GUIClipState.GetVisibleRect")]
17 get
18 {
19 throw new MissingMethodException();
20 }
21 }
22
23 // Token: 0x06000031 RID: 49 RVA: 0x000027D8 File Offset: 0x000009D8
24 internal static void Internal_Push(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
25 {
26 throw new MissingMethodException();
27 }
28
29 // Token: 0x06000032 RID: 50 RVA: 0x000027EC File Offset: 0x000009EC
30 internal static void Internal_Pop()
31 {
32 throw new MissingMethodException();
33 }
34
35 // Token: 0x06000033 RID: 51 RVA: 0x00002800 File Offset: 0x00000A00
36 internal static void Push(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
37 {
39 }
40
41 // Token: 0x06000034 RID: 52 RVA: 0x00002818 File Offset: 0x00000A18
42 private static void get_visibleRect_Injected([Out] Rect ret)
43 {
44 throw new MissingMethodException();
45 }
46
47 // Token: 0x06000035 RID: 53 RVA: 0x0000282C File Offset: 0x00000A2C
49 {
50 throw new MissingMethodException();
51 }
52 }
53}
class f__AnonymousType0<< Count > j__TPar
static Rect visibleRect
Definition GUIClip.cs:15
static void Push(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
Definition GUIClip.cs:36
static void Internal_Push_Injected(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
Definition GUIClip.cs:48
static void Internal_Push(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
Definition GUIClip.cs:24
static void get_visibleRect_Injected([Out] Rect ret)
Definition GUIClip.cs:42
static void Internal_Pop()
Definition GUIClip.cs:30