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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
UnityEngine.Bindings
;
4
5
namespace
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
{
38
GUIClip
.
Internal_Push
(
screenRect
, scrollOffset,
renderOffset
,
resetOffset
);
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
48
private
static
void
Internal_Push_Injected
(
Rect
screenRect
,
Vector2
scrollOffset,
Vector2
renderOffset
,
bool
resetOffset
)
49
{
50
throw
new
MissingMethodException
();
51
}
52
}
53
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.GUIClip.visibleRect
static Rect visibleRect
Definition
GUIClip.cs:15
UnityEngine.GUIClip.Push
static void Push(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
Definition
GUIClip.cs:36
UnityEngine.GUIClip.Internal_Push_Injected
static void Internal_Push_Injected(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
Definition
GUIClip.cs:48
UnityEngine.GUIClip.Internal_Push
static void Internal_Push(Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset)
Definition
GUIClip.cs:24
UnityEngine.GUIClip.get_visibleRect_Injected
static void get_visibleRect_Injected([Out] Rect ret)
Definition
GUIClip.cs:42
UnityEngine.GUIClip.Internal_Pop
static void Internal_Pop()
Definition
GUIClip.cs:30
UnityEngine.GUIClip
Definition
GUIClip.cs:11
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
UnityEngine.Rect
Definition
Rect.cs:14
UnityEngine.Vector2
Definition
Vector2.cs:14
source
UnityEngine.IMGUIModule
UnityEngine
GUIClip.cs
Generated by
1.10.0