|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Allows you to draw things in front of this NPC. Substract screenPos from the draw position before drawing. This method is called even if PreDraw returns false.
| spriteBatch | The spritebatch to draw on |
| screenPos | The screen position used to translate world position into screen position |
| drawColor | The color the NPC is drawn in |
Definition at line 615 of file ModNPC.cs.