Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Voxels
Common
DataModels
ReadonlyVector3Int
C# Class Voxels.Common.DataModels.ReadonlyVector3Int
ファイルを表示
Open project: RadoslawKozaczuk/VoxelProceduralWorldGenerator
Class Usage Examples
Public Properties
Property
Type
Description
X
int
Y
int
Z
int
Public Methods
Method
Description
ReadonlyVector3Int
(
int
x
,
int
y
,
int
z
)
Method Details
ReadonlyVector3Int()
public
method
public
ReadonlyVector3Int
(
int
x
,
int
y
,
int
z
)
x
int
y
int
z
int
Property Details
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