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

◆ Width()

static int Terraria.Utils.Width ( this Asset< Texture2D > asset)
inlinestatic

Definition at line 855 of file Utils.cs.

856 {
857 if (!asset.IsLoaded)
858 {
859 return 0;
860 }
861 return asset.Value.Width;
862 }