tModLoader v0.11.8.9
A mod to make and play Terraria mods
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties
DrawLayer.cs File Reference

Go to the source code of this file.

Classes

class  Terraria.ModLoader.DrawLayer< InfoType >
 This class represents a layer of the drawing of an object, using a certain type of InfoType to help with its drawing. More...
 
class  Terraria.ModLoader.PlayerHeadLayer
 This class represents a DrawLayer for the player's map icon, and uses PlayerDrawHeadInfo as its InfoType. Drawing should be done directly through drawInfo.spriteBatch. More...
 
class  Terraria.ModLoader.PlayerLayer
 This class represents a DrawLayer for the player, and uses PlayerDrawInfo as its InfoType. Drawing should be done by adding Terraria.DataStructures.DrawData objects to Main.playerDrawData. More...
 

Namespaces

namespace  Terraria
 
namespace  Terraria.ModLoader