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

◆ ChooseFarTexture()

virtual int Terraria.ModLoader.ModSurfaceBackgroundStyle.ChooseFarTexture ( )
inlinevirtual

Allows you to determine which texture is drawn in the very back of the background. BackgroundTextureLoader.GetBackgroundSlot may be useful here, as well as for the other texture-choosing hooks.

Definition at line 28 of file ModSurfaceBackgroundStyle.cs.

29 {
30 return -1;
31 }

Referenced by Terraria.ModLoader.SurfaceBackgroundStylesLoader.DrawFarTexture().

+ Here is the caller graph for this function: