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
UISystemProfilerApi.cs
Go to the documentation of this file.
1
using
System
;
2
using
UnityEngine.Bindings
;
3
4
namespace
UnityEngine
5
{
6
// Token: 0x02000007 RID: 7
7
[
StaticAccessor
(
"UI::SystemProfilerApi"
,
StaticAccessorType
.DoubleColon)]
8
[
NativeHeader
(
"Modules/UI/Canvas.h"
)]
9
public
static
class
UISystemProfilerApi
10
{
11
// Token: 0x06000054 RID: 84 RVA: 0x00002788 File Offset: 0x00000988
12
public
static
void
BeginSample
(
UISystemProfilerApi
.
SampleType
type)
13
{
14
throw
new
MissingMethodException
();
15
}
16
17
// Token: 0x06000055 RID: 85 RVA: 0x0000279C File Offset: 0x0000099C
18
public
static
void
EndSample
(
UISystemProfilerApi
.
SampleType
type)
19
{
20
throw
new
MissingMethodException
();
21
}
22
23
// Token: 0x06000056 RID: 86 RVA: 0x000027B0 File Offset: 0x000009B0
24
public
static
void
AddMarker
(
string
name
,
Object
obj
)
25
{
26
throw
new
MissingMethodException
();
27
}
28
29
// Token: 0x02000008 RID: 8
30
public
enum
SampleType
31
{
32
// Token: 0x0400000D RID: 13
33
Layout
,
34
// Token: 0x0400000E RID: 14
35
Render
36
}
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.Object
Definition
Object.cs:17
UnityEngine.UISystemProfilerApi.AddMarker
static void AddMarker(string name, Object obj)
Definition
UISystemProfilerApi.cs:24
UnityEngine.UISystemProfilerApi.EndSample
static void EndSample(UISystemProfilerApi.SampleType type)
Definition
UISystemProfilerApi.cs:18
UnityEngine.UISystemProfilerApi.BeginSample
static void BeginSample(UISystemProfilerApi.SampleType type)
Definition
UISystemProfilerApi.cs:12
UnityEngine.UISystemProfilerApi.SampleType
SampleType
Definition
UISystemProfilerApi.cs:31
UnityEngine.UISystemProfilerApi.SampleType.Render
@ Render
UnityEngine.UISystemProfilerApi.SampleType.Layout
@ Layout
UnityEngine.UISystemProfilerApi
Definition
UISystemProfilerApi.cs:10
System.ExceptionArgument.name
@ name
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
UnityEngine.Bindings.StaticAccessorType
StaticAccessorType
Definition
StaticAccessorType.cs:8
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
UnityEngine.UIModule
UnityEngine
UISystemProfilerApi.cs
Generated by
1.10.0