terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SpriteAtlasManager.cs
Go to the documentation of this file.
1using System;
8
9namespace UnityEngine.U2D
10{
11 [StaticAccessor("GetSpriteAtlasManager()", StaticAccessorType.Dot)]
12 [NativeHeader("Runtime/2D/SpriteAtlas/SpriteAtlasManager.h")]
13 [NativeHeader("Runtime/2D/SpriteAtlas/SpriteAtlas.h")]
14 [global::Cpp2ILInjected.Token(Token = "0x20000ED")]
15 public class SpriteAtlasManager
16 {
18 [global::Cpp2ILInjected.Token(Token = "0x6000514")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1F87B14", Offset = "0x1F87B14", Length = "0xB8")]
20 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Action<object>), Member = ".ctor", MemberParameters = new object[]
23 {
24 typeof(object),
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
28 private static bool RequestAtlas(string tag)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x14000003")]
34 public static event Action<SpriteAtlas> atlasRegistered
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x6000515")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1F87BCC", Offset = "0x1F87BCC", Length = "0xD0")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Image", Member = "TrackImage", MemberParameters = new object[] { "UnityEngine.UI.Image" }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
43 {
46 }, ReturnType = typeof(Delegate))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
48 add
49 {
50 throw null;
51 }
53 [global::Cpp2ILInjected.Token(Token = "0x6000516")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1F87C9C", Offset = "0x1F87C9C", Length = "0xD0")]
55 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
58 {
61 }, ReturnType = typeof(Delegate))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
63 remove
64 {
65 throw null;
66 }
67 }
68
70 [global::Cpp2ILInjected.Token(Token = "0x6000517")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1F87D6C", Offset = "0x1F87D6C", Length = "0x6C")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x6000518")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1F87DD8", Offset = "0x1F87DD8", Length = "0x3C")]
81 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
82 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
83 [MethodImpl(4096)]
84 internal static extern void Register(SpriteAtlas spriteAtlas);
85
88 [global::Cpp2ILInjected.Token(Token = "0x4000407")]
89 private static Action<string, Action<SpriteAtlas>> atlasRequested;
90
93 [global::Cpp2ILInjected.Token(Token = "0x4000408")]
94 private static Action<SpriteAtlas> atlasRegistered;
95 }
96}
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