Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
INeedRenderTargetContent.cs
Go to the documentation of this file.
1
using
Microsoft.Xna.Framework.Graphics
;
2
3
namespace
Terraria.GameContent
;
4
5
public
interface
INeedRenderTargetContent
6
{
7
bool
IsReady
{
get
; }
8
9
void
PrepareRenderTarget
(
GraphicsDevice
device,
SpriteBatch
spriteBatch);
10
11
void
Reset
();
12
}
Microsoft.Xna.Framework.Graphics.GraphicsDevice
Definition
GraphicsDevice.cs:13
Microsoft.Xna.Framework.Graphics.SpriteBatch
Definition
SpriteBatch.cs:8
Terraria.GameContent.INeedRenderTargetContent.Reset
void Reset()
Terraria.GameContent.INeedRenderTargetContent.PrepareRenderTarget
void PrepareRenderTarget(GraphicsDevice device, SpriteBatch spriteBatch)
Terraria.GameContent.INeedRenderTargetContent.IsReady
bool IsReady
Definition
INeedRenderTargetContent.cs:7
Terraria.GameContent.INeedRenderTargetContent
Definition
INeedRenderTargetContent.cs:6
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
Terraria.GameContent
Definition
AchievementsHelper.cs:1
source
Terraria.GameContent
INeedRenderTargetContent.cs
Generated by
1.10.0