Method | Description | |
---|---|---|
Coord ( Vector2 vector ) : System.Collections | ||
Coord ( float x, float y ) : System.Collections | ||
Coord ( int x, int y ) : System.Collections | ||
Equals ( Coord coord ) : bool | ||
Equals ( Vector2 vector ) : bool | ||
Equals ( float x, float y ) : bool | ||
Equals ( int x, int y ) : bool | ||
ToString ( ) : string | ||
ToVector ( ) : Vector2 |
public Coord ( Vector2 vector ) : System.Collections | ||
vector | Vector2 | |
return | System.Collections |
public Coord ( float x, float y ) : System.Collections | ||
x | float | |
y | float | |
return | System.Collections |
public Coord ( int x, int y ) : System.Collections | ||
x | int | |
y | int | |
return | System.Collections |