Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NewTOAPIA
Graphics
uvec3
C# Class NewTOAPIA.Graphics.uvec3
Mostra file
Open project: Wiladams/NewTOAPIA
Class Usage Examples
Public Properties
Property
Type
Description
x
uint
y
uint
z
uint
Public Methods
Method
Description
uvec3
(
uint
i
)
uvec3
(
uint
x_
,
uint
y_
,
uint
z_
)
uvec3
(
uvec2
xy
,
uint
z_
)
uvec3
(
uvec4
xyzw
)
Method Details
uvec3()
public
method
public
uvec3
(
uint
i
)
i
uint
uvec3()
public
method
public
uvec3
(
uint
x_
,
uint
y_
,
uint
z_
)
x_
uint
y_
uint
z_
uint
uvec3()
public
method
public
uvec3
(
uvec2
xy
,
uint
z_
)
xy
uvec2
z_
uint
uvec3()
public
method
public
uvec3
(
uvec4
xyzw
)
xyzw
uvec4
Property Details
x
public_oe property
public
uint
x
return
uint
y
public_oe property
public
uint
y
return
uint
z
public_oe property
public
uint
z
return
uint