terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.DataStructures.Point16 Struct Reference

Public Member Functions

 Point16 (Point point)
 
 Point16 (int X, int Y)
 
 Point16 (short X, short Y)
 
Point16 Max (int compareX, int compareY)
 
Point16 Max (Point16 compareTo)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static Point16 Max (int firstX, int firstY, int secondX, int secondY)
 
static bool operator== (Point16 first, Point16 second)
 
static bool operator!= (Point16 first, Point16 second)
 
static Point16 ()
 

Public Attributes

readonly short X
 
readonly short Y
 

Static Public Attributes

static Point16 Zero
 
static Point16 NegativeOne
 

Detailed Description

Definition at line 8 of file Point16.cs.


The documentation for this struct was generated from the following file: