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

◆ SetUnderworldInfo()

void Terraria.GameContent.Ambience.AmbientSkyDrawCache.SetUnderworldInfo ( int drawIndex,
float scale )
inline

Definition at line 23 of file AmbientSkyDrawCache.cs.

24 {
25 Underworld[drawIndex] = new UnderworldCache
26 {
27 Scale = scale
28 };
29 }

References Terraria.GameContent.Ambience.AmbientSkyDrawCache.Underworld.