Свойство | Тип | Описание | |
---|---|---|---|
X | int | ||
Y | int | ||
Z | int |
Метод | Описание | |
---|---|---|
Ivec3 ( int x, int y, int z ) : System.Runtime.InteropServices |
Construct the Ivec3 from its coordinates
|
public Ivec3 ( int x, int y, int z ) : System.Runtime.InteropServices | ||
x | int | X coordinate |
y | int | Y coordinate |
z | int | Z coordinate |
Результат | System.Runtime.InteropServices |