Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NewTOAPIA
Graphics
ivec2
C# Class NewTOAPIA.Graphics.ivec2
显示文件
Open project: Wiladams/NewTOAPIA
Class Usage Examples
Public Properties
Property
Type
Description
x
int
y
int
Public Methods
Method
Description
ivec2
(
int
i
)
ivec2
(
int
x_
,
int
y_
)
ivec2
(
ivec3
xyz
)
Method Details
ivec2()
public
method
public
ivec2
(
int
i
)
i
int
ivec2()
public
method
public
ivec2
(
int
x_
,
int
y_
)
x_
int
y_
int
ivec2()
public
method
public
ivec2
(
ivec3
xyz
)
xyz
ivec3
Property Details
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int