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.
1using System;
3
4namespace 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
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}
class f__AnonymousType0<< Count > j__TPar
static void AddMarker(string name, Object obj)
static void EndSample(UISystemProfilerApi.SampleType type)
static void BeginSample(UISystemProfilerApi.SampleType type)