TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ PostDrawResource()

virtual void Terraria.ModLoader.ModResourceOverlay.PostDrawResource ( ResourceOverlayDrawContext context)
inlinevirtual

Allows you to draw on top of any resource (hearts, stars, bars or panels) in a display set.

Parameters
contextContains the drawing data for the resource being drawn. You should use the ResourceOverlayDrawContext.Draw method for all drawing

Definition at line 40 of file ModResourceOverlay.cs.

41 {
42 }