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
AnOutlinedDrawRenderTargetContent.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: 0x020007CA RID: 1994
7
public
abstract
class
AnOutlinedDrawRenderTargetContent
:
ARenderTargetContentByRequest
8
{
9
// Token: 0x060040A3 RID: 16547 RVA: 0x00243894 File Offset: 0x00241A94
10
public
void
UseColor
(
Color
color)
11
{
12
this._borderColor
= color;
13
}
14
15
// Token: 0x060040A4 RID: 16548 RVA: 0x002438A8 File Offset: 0x00241AA8
16
protected
override
void
HandleUseReqest
(
GraphicsDevice
device,
SpriteBatch
spriteBatch)
17
{
18
}
19
20
// Token: 0x060040A5 RID: 16549
21
internal
abstract
void
DrawTheContent
(
SpriteBatch
spriteBatch);
22
23
// Token: 0x060040A6 RID: 16550 RVA: 0x002438B8 File Offset: 0x00241AB8
24
protected
AnOutlinedDrawRenderTargetContent
()
25
{
26
if
(!
true
)
27
{
28
}
29
this._borderColor
= 1;
30
base
..ctor();
31
}
32
33
// Token: 0x04007E54 RID: 32340
34
protected
int
width
;
35
36
// Token: 0x04007E55 RID: 32341
37
protected
int
height
;
38
39
// Token: 0x04007E56 RID: 32342
40
public
Color
_borderColor
;
41
42
// Token: 0x04007E57 RID: 32343
43
private
EffectPass
_coloringShader
;
44
45
// Token: 0x04007E58 RID: 32344
46
private
RenderTarget2D
_helperTarget
;
47
}
48
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.EffectPass
Definition
EffectPass.cs:10
Microsoft.Xna.Framework.Graphics.GraphicsDevice
Definition
GraphicsDevice.cs:12
Microsoft.Xna.Framework.Graphics.RenderTarget2D
Definition
RenderTarget2D.cs:8
Microsoft.Xna.Framework.Graphics.SpriteBatch
Definition
SpriteBatch.cs:14
Terraria.GameContent.ARenderTargetContentByRequest
Definition
ARenderTargetContentByRequest.cs:8
Terraria.GameContent.AnOutlinedDrawRenderTargetContent.HandleUseReqest
override void HandleUseReqest(GraphicsDevice device, SpriteBatch spriteBatch)
Definition
AnOutlinedDrawRenderTargetContent.cs:16
Terraria.GameContent.AnOutlinedDrawRenderTargetContent.UseColor
void UseColor(Color color)
Definition
AnOutlinedDrawRenderTargetContent.cs:10
Terraria.GameContent.AnOutlinedDrawRenderTargetContent.height
int height
Definition
AnOutlinedDrawRenderTargetContent.cs:37
Terraria.GameContent.AnOutlinedDrawRenderTargetContent.AnOutlinedDrawRenderTargetContent
AnOutlinedDrawRenderTargetContent()
Definition
AnOutlinedDrawRenderTargetContent.cs:24
Terraria.GameContent.AnOutlinedDrawRenderTargetContent._coloringShader
EffectPass _coloringShader
Definition
AnOutlinedDrawRenderTargetContent.cs:43
Terraria.GameContent.AnOutlinedDrawRenderTargetContent._helperTarget
RenderTarget2D _helperTarget
Definition
AnOutlinedDrawRenderTargetContent.cs:46
Terraria.GameContent.AnOutlinedDrawRenderTargetContent.width
int width
Definition
AnOutlinedDrawRenderTargetContent.cs:34
Terraria.GameContent.AnOutlinedDrawRenderTargetContent.DrawTheContent
void DrawTheContent(SpriteBatch spriteBatch)
Terraria.GameContent.AnOutlinedDrawRenderTargetContent._borderColor
Color _borderColor
Definition
AnOutlinedDrawRenderTargetContent.cs:40
Terraria.GameContent.AnOutlinedDrawRenderTargetContent
Definition
AnOutlinedDrawRenderTargetContent.cs:8
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System
Definition
__ComObject.cs:4
Terraria.GameContent
Definition
AchievementsHelper.cs:7
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
source
Terraria
GameContent
AnOutlinedDrawRenderTargetContent.cs
Generated by
1.10.0