- Declared in: RT.Coordinates.Hex
Declaration
public static Hex operator*(
Hex hex,
int multiplier
)
Summary
Multiplies a hex’s coordinates by a
multiplier.
Returns
This operation is equivalent to moving from the center hex (0, 0) to the current hex, then making the same
move again, for a total of
multiplier times.