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
SpriteAtlasManager.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine.U2D
8{
9 // Token: 0x020000ED RID: 237
10 [StaticAccessor("GetSpriteAtlasManager()", StaticAccessorType.Dot)]
11 [NativeHeader("Runtime/2D/SpriteAtlas/SpriteAtlasManager.h")]
12 [NativeHeader("Runtime/2D/SpriteAtlas/SpriteAtlas.h")]
13 public class SpriteAtlasManager
14 {
15 // Token: 0x06000514 RID: 1300 RVA: 0x000092EC File Offset: 0x000074EC
17 private static bool RequestAtlas(string tag)
18 {
19 return true;
20 }
21
22 // Token: 0x14000003 RID: 3
23 // (add) Token: 0x06000515 RID: 1301 RVA: 0x000092FC File Offset: 0x000074FC
24 // (remove) Token: 0x06000516 RID: 1302 RVA: 0x00009318 File Offset: 0x00007518
26 {
28 add
29 {
31 if (@delegate != null && @delegate == null)
32 {
33 return;
34 }
35 }
37 remove
38 {
40 if (@delegate != null && @delegate == null)
41 {
42 return;
43 }
44 }
45 }
46
47 // Token: 0x06000517 RID: 1303 RVA: 0x00009334 File Offset: 0x00007534
50 {
51 }
52
53 // Token: 0x06000518 RID: 1304 RVA: 0x00009344 File Offset: 0x00007544
54 internal static void Register(SpriteAtlas spriteAtlas)
55 {
56 throw new MissingMethodException();
57 }
58
59 // Token: 0x04000407 RID: 1031
63
64 // Token: 0x04000408 RID: 1032
68 }
69}
class f__AnonymousType0<< Count > j__TPar
static void PostRegisteredAtlas(SpriteAtlas spriteAtlas)
static Action< SpriteAtlas > atlasRegistered
static void Register(SpriteAtlas spriteAtlas)
static Action< string, Action< SpriteAtlas > > atlasRequested