tModLoader v2025.04
A mod to make and play Terraria mods
PlayerDrawLayer.BeforeParent Class Reference

Places this layer immediately before (under) the provided parent layer. The visibility and draw order of the layer is also bound to the parent layer, if the parent layer is moved or hidden, this layer will also be moved or hidden. More...

Inherits PlayerDrawLayer.Position.

Public Member Functions

 BeforeParent (PlayerDrawLayer parent)
 

Properties

PlayerDrawLayer Parent [get]
 

Detailed Description

Places this layer immediately before (under) the provided parent layer. The visibility and draw order of the layer is also bound to the parent layer, if the parent layer is moved or hidden, this layer will also be moved or hidden.