Struct Int2¶
Defined in File World.cs
Struct Documentation¶
-
struct
Int2 Auxiliar class to store coordinates inside the world grid.
Public Functions
-
Int2(int x, int y)¶ Constructor
-
override bool Equals(System.Object o) Equals override
-
override int GetHashCode() Hash override
Property
-
property
Int2::sqrMagnitude Module
-
property
Int2::sqrMagnitudeLong Module(long)
Public Static Functions
-