Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: Hex operator*(int, Hex)

  • Declared in: RT.Coordinates.Hex

Declaration

public static Hex operator*(
    int multiplier,
    Hex hex
)

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.