Property | Type | Description | |
---|---|---|---|
x | int | ||
y | int |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
Vector2Int ( |
Initializes a new instance of the Vector2Int struct.
|
|
Vector2Int ( int x, int y ) : System.Runtime.InteropServices |
Initializes a new instance of the Vector2Int struct.
|
public Vector2Int ( |
||
value | /// The value. /// | |
return | System.Runtime.InteropServices |
public Vector2Int ( int x, int y ) : System.Runtime.InteropServices | ||
x | int | /// The x. /// |
y | int | /// The y. /// |
return | System.Runtime.InteropServices |