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

◆ Tail()

Terraria.WorldBuilding.Shapes.Tail.Tail ( double width,
Vector2D endOffset )
inline

Definition at line 174 of file Shapes.cs.

175 {
176 //IL_0018: Unknown result type (might be due to invalid IL or missing references)
177 //IL_0022: Unknown result type (might be due to invalid IL or missing references)
178 //IL_0027: Unknown result type (might be due to invalid IL or missing references)
179 _width = width * 16.0;
180 _endOffset = endOffset * 16.0;
181 }

References Terraria.WorldBuilding.Shapes.Tail._endOffset, and Terraria.WorldBuilding.Shapes.Tail._width.