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.

Methods

#ctor(System.String,System.String,System.Action{Terraria.ModLoader.PlayerDrawInfo})()
Creates a PlayerLayer with the given mod name, identifier name, and drawing action.
#ctor(System.String,System.String,Terraria.ModLoader.PlayerLayer,System.Action{Terraria.ModLoader.PlayerDrawInfo})()
Creates a PlayerLayer with the given mod name, identifier name, parent layer, and drawing action.