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

◆ DrawLine() [1/3]

static void Terraria.Utils.DrawLine ( SpriteBatch spriteBatch,
Point start,
Point end,
Color color )
inlinestatic

Definition at line 2778 of file Utils.cs.

2779 {
2780 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
2781 //IL_000a: Unknown result type (might be due to invalid IL or missing references)
2782 //IL_0013: Unknown result type (might be due to invalid IL or missing references)
2783 //IL_0018: Unknown result type (might be due to invalid IL or missing references)
2784 //IL_0021: Unknown result type (might be due to invalid IL or missing references)
2785 //IL_002a: Unknown result type (might be due to invalid IL or missing references)
2786 //IL_002f: Unknown result type (might be due to invalid IL or missing references)
2787 Utils.DrawLine(spriteBatch, new Vector2((float)(start.X << 4), (float)(start.Y << 4)), new Vector2((float)(end.X << 4), (float)(end.Y << 4)), color);
2788 }

References Terraria.Utils.DrawLine().

Referenced by Terraria.Utils.DrawLine(), Terraria.Utils.DrawRect(), Terraria.Utils.DrawRect(), and Terraria.Utils.DrawRectangle().

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