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

◆ POINT_OFFSETS

readonly int [] Terraria.WorldBuilding.ModShapes.InnerOutline.POINT_OFFSETS
staticprivate
Initial value:
= new int[16]
{
1, 0, -1, 0, 0, 1, 0, -1, 1, 1,
1, -1, -1, 1, -1, -1
}

Definition at line 70 of file ModShapes.cs.

71 {
72 1, 0, -1, 0, 0, 1, 0, -1, 1, 1,
73 1, -1, -1, 1, -1, -1
74 };

Referenced by Terraria.WorldBuilding.ModShapes.InnerOutline.Perform().