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
SpriteAtlas.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020000EE RID: 238
7 [NativeType(Header = "Runtime/2D/SpriteAtlas/SpriteAtlas.h")]
8 [NativeHeader("Runtime/Graphics/SpriteFrame.h")]
9 public class SpriteAtlas : Object
10 {
11 // Token: 0x06000519 RID: 1305 RVA: 0x00009358 File Offset: 0x00007558
12 public bool CanBindTo([NotNull("ArgumentNullException")] Sprite sprite)
13 {
14 throw new MissingMethodException();
15 }
16 }
17}
class f__AnonymousType0<< Count > j__TPar
bool CanBindTo([NotNull("ArgumentNullException")] Sprite sprite)