|
| Int3 () |
|
| 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 1 of file Int3.cs.
◆ Int3() [1/3]
◆ Int3() [2/3]
Int3.Int3 |
( |
int |
_x, |
|
|
int |
_y, |
|
|
int |
_z |
|
) |
| |
|
inline |
Definition at line 45 of file Int3.cs.
46 {
48 }
void Set(int _x, int _y, int _z)
References Set().
◆ Int3() [3/3]
Int3.Int3 |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inline |
◆ Set() [1/2]
void Int3.Set |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inline |
Definition at line 62 of file Int3.cs.
References i.
◆ Set() [2/2]
void Int3.Set |
( |
int |
_x, |
|
|
int |
_y, |
|
|
int |
_z |
|
) |
| |
|
inline |
int [] Int3.i = new int[3] |
The documentation for this class was generated from the following file: