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

◆ DrawRect() [1/3]

static void Terraria.Utils.DrawRect ( SpriteBatch spriteBatch,
Rectangle rect,
Color color )
inlinestatic

Definition at line 2896 of file Utils.cs.

2897 {
2898 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
2899 //IL_0008: Unknown result type (might be due to invalid IL or missing references)
2900 //IL_000f: Unknown result type (might be due to invalid IL or missing references)
2901 //IL_0014: Unknown result type (might be due to invalid IL or missing references)
2902 //IL_001a: Unknown result type (might be due to invalid IL or missing references)
2903 //IL_0022: Unknown result type (might be due to invalid IL or missing references)
2904 //IL_0028: Unknown result type (might be due to invalid IL or missing references)
2905 //IL_0030: Unknown result type (might be due to invalid IL or missing references)
2906 //IL_0035: Unknown result type (might be due to invalid IL or missing references)
2907 DrawRect(spriteBatch, new Vector2((float)rect.X, (float)rect.Y), new Vector2((float)(rect.X + rect.Width), (float)(rect.Y + rect.Height)), color);
2908 }
static void DrawRect(SpriteBatch spriteBatch, Rectangle rect, Color color)
Definition Utils.cs:2896

References Terraria.Utils.DrawRect().

Referenced by Terraria.DataStructures.PlayerDrawLayers.DrawPlayer_DrawSelectionRect(), Terraria.Utils.DrawRect(), and Terraria.Utils.DrawRectForTilesInWorld().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: