Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NewTOAPIA
Graphics
ivec4
C# Class NewTOAPIA.Graphics.ivec4
Exibir arquivo
Open project: Wiladams/NewTOAPIA
Class Usage Examples
Public Properties
Property
Type
Description
w
int
x
int
y
int
z
int
Public Methods
Method
Description
ivec4
(
int
i
)
ivec4
(
int
x_
,
int
y_
,
int
z_
,
int
w_
)
Method Details
ivec4()
public
method
public
ivec4
(
int
i
)
i
int
ivec4()
public
method
public
ivec4
(
int
x_
,
int
y_
,
int
z_
,
int
w_
)
x_
int
y_
int
z_
int
w_
int
Property Details
w
public_oe property
public
int
w
return
int
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int
z
public_oe property
public
int
z
return
int