프로퍼티 | 타입 | 설명 | |
---|---|---|---|
x | int | ||
y | int |
메소드 | 설명 | |
---|---|---|
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. /// | |
리턴 | System.Runtime.InteropServices |
public Vector2Int ( int x, int y ) : System.Runtime.InteropServices | ||
x | int | /// The x. /// |
y | int | /// The y. /// |
리턴 | System.Runtime.InteropServices |