◆
SwapValues()
[2/3]
static void SwapValues
(
ref
Vector3
num1
,
ref
Vector3
num2
)
static
Parameters
num1
The value in this reference will be stored in the num2 reference, when the function returns.
num2
The value in this reference will be stored in the num1 reference, when the function returns.
EyE
Unity
Extensions
Mathg