|
| Int3 (int _x, int _y, int _z) |
|
| Int3 (float _x, float _y, float _z) |
|
void | Set (int _x, int _y, int _z) |
|
void | Set (float _x, float _y, float _z) |
|
|
int | x [get, set] |
|
int | y [get, set] |
|
int | z [get, set] |
|
Definition at line 4 of file Int3.cs.
◆ Int3() [1/3]
◆ Int3() [2/3]
Int3.Int3 |
( |
int | _x, |
|
|
int | _y, |
|
|
int | _z ) |
◆ Int3() [3/3]
Int3.Int3 |
( |
float | _x, |
|
|
float | _y, |
|
|
float | _z ) |
◆ Set() [1/2]
void Int3.Set |
( |
float | _x, |
|
|
float | _y, |
|
|
float | _z ) |
◆ Set() [2/2]
void Int3.Set |
( |
int | _x, |
|
|
int | _y, |
|
|
int | _z ) |
int [] Int3.i = new int[3] |
The documentation for this class was generated from the following file: