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
NPCHeadRenderer.cs
Go to the documentation of this file.
1using System;
6
8{
9 // Token: 0x0200075F RID: 1887
11 {
12 // Token: 0x06003E0D RID: 15885 RVA: 0x0023BAF0 File Offset: 0x00239CF0
18
19 // Token: 0x06003E0E RID: 15886 RVA: 0x0023BB10 File Offset: 0x00239D10
20 public void Reset()
21 {
23 }
24
25 // Token: 0x06003E0F RID: 15887 RVA: 0x0023BB24 File Offset: 0x00239D24
26 public void DrawWithOutlines(Entity entity, int headId, Vector2 position, Color color, float rotation, float scale, SpriteEffects effects)
27 {
28 int num = 1;
32 if (num == 0)
33 {
34 contents2 = this._contents;
35 matchingArray = this._matchingArray;
36 int height = contents2.height;
38 }
39 if (contents2 != null)
40 {
41 if (contents2 == null)
42 {
43 }
44 if (matchingArray == null)
45 {
46 }
47 if (matchingArray == null)
48 {
49 }
50 return;
51 }
52 }
53
54 // Token: 0x1700078E RID: 1934
55 // (get) Token: 0x06003E10 RID: 15888 RVA: 0x0023BB74 File Offset: 0x00239D74
56 public bool IsReady
57 {
58 get
59 {
60 }
61 }
62
63 // Token: 0x06003E11 RID: 15889 RVA: 0x0023BB84 File Offset: 0x00239D84
64 public void PrepareRenderTarget(GraphicsDevice device, SpriteBatch spriteBatch)
65 {
67 if (this != null && this._matchingArray == null)
68 {
70 }
71 }
72
73 // Token: 0x04007CCB RID: 31947
75
76 // Token: 0x04007CCC RID: 31948
78 }
79}
class f__AnonymousType0<< Count > j__TPar
NPCHeadDrawRenderTargetContent[] _contents
NPCHeadRenderer(Asset< Texture2D >[] matchingArray)
void PrepareRenderTarget(GraphicsDevice device, SpriteBatch spriteBatch)
void DrawWithOutlines(Entity entity, int headId, Vector2 position, Color color, float rotation, float scale, SpriteEffects effects)