Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NewTOAPIA
Graphics
ivec3
C# Class NewTOAPIA.Graphics.ivec3
Afficher le fichier
Open project: Wiladams/NewTOAPIA
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
x
int
y
int
z
int
Méthodes publiques
Méthode
Description
ivec3
(
int
i
)
ivec3
(
int
x_
,
int
y_
,
int
z_
)
ivec3
(
ivec2
xy
,
int
z_
)
ivec3
(
ivec4
xyzw
)
Method Details
ivec3()
public
méthode
public
ivec3
(
int
i
)
i
int
ivec3()
public
méthode
public
ivec3
(
int
x_
,
int
y_
,
int
z_
)
x_
int
y_
int
z_
int
ivec3()
public
méthode
public
ivec3
(
ivec2
xy
,
int
z_
)
xy
ivec2
z_
int
ivec3()
public
méthode
public
ivec3
(
ivec4
xyzw
)
xyzw
ivec4
Property Details
x
public_oe property
public
int
x
Résultat
int
y
public_oe property
public
int
y
Résultat
int
z
public_oe property
public
int
z
Résultat
int