tModLoader v2024.03
A mod to make and play Terraria mods
AnOutlinedDrawRenderTargetContent Class Referenceabstract

Inherits ARenderTargetContentByRequest.

Inherited by NPCHeadDrawRenderTargetContent, and PlayerHeadDrawRenderTargetContent.

Public Member Functions

void UseColor (Color color)
 
- Public Member Functions inherited from ARenderTargetContentByRequest
RenderTarget2D GetTarget ()
 
void PrepareRenderTarget (GraphicsDevice device, SpriteBatch spriteBatch)
 
void Request ()
 
void Reset ()
 
void PrepareRenderTarget (GraphicsDevice device, SpriteBatch spriteBatch)
 
void Reset ()
 

Public Attributes

Color _borderColor = Color.White
 

Protected Member Functions

override void HandleUseReqest (GraphicsDevice device, SpriteBatch spriteBatch)
 
- Protected Member Functions inherited from ARenderTargetContentByRequest
abstract void HandleUseReqest (GraphicsDevice device, SpriteBatch spriteBatch)
 
void PrepareARenderTarget_AndListenToEvents (ref RenderTarget2D target, GraphicsDevice device, int neededWidth, int neededHeight, RenderTargetUsage usage)
 
void PrepareARenderTarget_WithoutListeningToEvents (ref RenderTarget2D target, GraphicsDevice device, int neededWidth, int neededHeight, RenderTargetUsage usage)
 

Protected Attributes

int height = 84
 
int width = 84
 
- Protected Attributes inherited from ARenderTargetContentByRequest
RenderTarget2D _target
 
bool _wasPrepared
 

Additional Inherited Members

- Properties inherited from ARenderTargetContentByRequest
bool IsReady [get]
 
- Properties inherited from INeedRenderTargetContent
bool IsReady [get]
 

Member Function Documentation

◆ HandleUseReqest()

override void AnOutlinedDrawRenderTargetContent.HandleUseReqest ( GraphicsDevice  device,
SpriteBatch  spriteBatch 
)
protectedvirtual