Свойство | Type | Description | |
---|---|---|---|
x | int | ||
y | int | ||
z | int |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Angle ( |
||
DivBy2 ( ) : |
||
Dot ( |
||
DotLong ( |
||
Equals ( System o ) : bool | ||
GetHashCode ( ) : int | ||
Int3 ( Vector3 position ) : Pathfinding.Pathfinding | ||
Int3 ( int _x, int _y, int _z ) : Pathfinding.Pathfinding | ||
Normal2D ( ) : |
||
NormalizeTo ( int newMagn ) : |
||
ToString ( ) : string | ||
operator ( ) : |
||
operator ( ) : bool | ||
this ( int i ) : int |
public static Angle ( |
||
lhs | ||
rhs | ||
Résultat | float |
public static Dot ( |
||
lhs | ||
rhs | ||
Résultat | int |
public static DotLong ( |
||
lhs | ||
rhs | ||
Résultat | long |
public Int3 ( Vector3 position ) : Pathfinding.Pathfinding | ||
position | Vector3 | |
Résultat | Pathfinding.Pathfinding |
public Int3 ( int _x, int _y, int _z ) : Pathfinding.Pathfinding | ||
_x | int | |
_y | int | |
_z | int | |
Résultat | Pathfinding.Pathfinding |