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
NPCHeadDrawRenderTargetContent.cs
Go to the documentation of this file.
1
using
System
;
2
using
Microsoft.Xna.Framework.Graphics
;
3
4
namespace
Terraria.GameContent
5
{
6
// Token: 0x020007CC RID: 1996
7
public
class
NPCHeadDrawRenderTargetContent
:
AnOutlinedDrawRenderTargetContent
8
{
9
// Token: 0x060040AA RID: 16554 RVA: 0x00243958 File Offset: 0x00241B58
10
public
void
SetTexture
(
Texture2D
texture)
11
{
12
Texture2D
theTexture
= this.
_theTexture
;
13
this._theTexture
= texture;
14
}
15
16
// Token: 0x060040AB RID: 16555 RVA: 0x00243974 File Offset: 0x00241B74
17
internal
override
void
DrawTheContent
(
SpriteBatch
spriteBatch)
18
{
19
Texture2D
theTexture
= this.
_theTexture
;
20
if
(!
true
)
21
{
22
}
23
if
(!
true
)
24
{
25
}
26
}
27
28
// Token: 0x060040AC RID: 16556 RVA: 0x00243990 File Offset: 0x00241B90
29
public
NPCHeadDrawRenderTargetContent
()
30
{
31
}
32
33
// Token: 0x04007E5D RID: 32349
34
private
Texture2D
_theTexture
;
35
}
36
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.SpriteBatch
Definition
SpriteBatch.cs:14
Microsoft.Xna.Framework.Graphics.Texture2D
Definition
Texture2D.cs:10
Terraria.GameContent.AnOutlinedDrawRenderTargetContent
Definition
AnOutlinedDrawRenderTargetContent.cs:8
Terraria.GameContent.NPCHeadDrawRenderTargetContent._theTexture
Texture2D _theTexture
Definition
NPCHeadDrawRenderTargetContent.cs:34
Terraria.GameContent.NPCHeadDrawRenderTargetContent.NPCHeadDrawRenderTargetContent
NPCHeadDrawRenderTargetContent()
Definition
NPCHeadDrawRenderTargetContent.cs:29
Terraria.GameContent.NPCHeadDrawRenderTargetContent.SetTexture
void SetTexture(Texture2D texture)
Definition
NPCHeadDrawRenderTargetContent.cs:10
Terraria.GameContent.NPCHeadDrawRenderTargetContent.DrawTheContent
override void DrawTheContent(SpriteBatch spriteBatch)
Definition
NPCHeadDrawRenderTargetContent.cs:17
Terraria.GameContent.NPCHeadDrawRenderTargetContent
Definition
NPCHeadDrawRenderTargetContent.cs:8
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System
Definition
__ComObject.cs:4
Terraria.GameContent
Definition
AchievementsHelper.cs:7
source
Terraria
GameContent
NPCHeadDrawRenderTargetContent.cs
Generated by
1.10.0