tModLoader v2025.06
A mod to make and play Terraria mods
PlayerDrawLayer.AfterParent Class Reference

Places this layer immediately after (over) 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

 AfterParent (PlayerDrawLayer parent)
 

Properties

PlayerDrawLayer Parent [get]
 

Detailed Description

Places this layer immediately after (over) 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.