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

◆ Width

float Terraria.Gore.Width
get

Definition at line 43 of file Gore.cs.

44 {
45 get
46 {
47 if (TextureAssets.Gore[type].IsLoaded)
48 {
50 }
51 return 1f;
52 }
53 }
static Asset< Texture2D >[] Gore
SpriteFrame Frame
Definition Gore.cs:41
int type
Definition Gore.cs:27
float scale
Definition Gore.cs:23
Rectangle GetSourceRectangle(Texture2D texture)

Referenced by Terraria.Gore.Gore_UpdateLeaf(), Terraria.Gore.Update(), and Terraria.Gore.UpdateLightningBunnySparks().