프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |