Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Vec2
C# Class Vec2, tilemap
Show file
Open project: stalexwang/tilemap
Class Usage Examples
Public Properties
Property
Type
Description
x
int
y
int
Public Methods
Method
Description
Vec2
(
int
x
,
int
y
)
Method Details
Vec2()
public
method
public
Vec2
(
int
x
,
int
y
)
x
int
y
int
Property Details
x
public property
public
int
x
return
int
y
public property
public
int
y
return
int