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

◆ Height

float Terraria.Gore.Height
get

Definition at line 55 of file Gore.cs.

56 {
57 get
58 {
59 if (TextureAssets.Gore[type].IsLoaded)
60 {
62 }
63 return 1f;
64 }
65 }
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.ChumFloatingChunk_GetWaterLine(), Terraria.Gore.Gore_UpdateLeaf(), Terraria.Gore.Update(), and Terraria.Gore.UpdateLightningBunnySparks().