Property | Type | Description | |
---|---|---|---|
X | int | ||
Y | int |
Method | Description | |
---|---|---|
Ivec2 ( Vector2i vec ) : System.Runtime.InteropServices |
Construct the Ivec2 from a standard SFML Vector2i
|
|
Ivec2 ( int x, int y ) : System.Runtime.InteropServices |
Construct the Ivec2 from its coordinates
|
public Ivec2 ( Vector2i vec ) : System.Runtime.InteropServices | ||
vec | Vector2i | A standard SFML 2D integer vector |
return | System.Runtime.InteropServices |
public Ivec2 ( int x, int y ) : System.Runtime.InteropServices | ||
x | int | X coordinate |
y | int | Y coordinate |
return | System.Runtime.InteropServices |