TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ ResetVisibility()

void Terraria.ModLoader.PlayerDrawLayer.ResetVisibility ( PlayerDrawSet drawInfo)
inlinepackageinherited

Definition at line 146 of file PlayerDrawLayer.cs.

147 {
148 foreach (PlayerDrawLayer item in ChildrenBefore)
149 {
150 item.ResetVisibility(drawInfo);
151 }
153 foreach (PlayerDrawLayer item2 in ChildrenAfter)
154 {
155 item2.ResetVisibility(drawInfo);
156 }
157 }
IReadOnlyList< PlayerDrawLayer > ChildrenAfter
virtual bool GetDefaultVisibility(PlayerDrawSet drawInfo)
Returns the layer's default visibility. This is usually called as a layer is queued for drawing,...
IReadOnlyList< PlayerDrawLayer > ChildrenBefore

References Terraria.ModLoader.PlayerDrawLayer.ChildrenAfter, Terraria.ModLoader.PlayerDrawLayer.ChildrenBefore, Terraria.ModLoader.PlayerDrawLayer.GetDefaultVisibility(), Terraria.ModLoader.PlayerDrawLayer.ResetVisibility(), and Terraria.ModLoader.PlayerDrawLayer.Visible.

Referenced by Terraria.ModLoader.PlayerDrawLayer.ResetVisibility().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: