Property | Type | Description | |
---|---|---|---|
X | int | ||
Y | int | ||
Z | int |
Method | Description | |
---|---|---|
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 |
return | System.Runtime.InteropServices |