◆
SwapValues()
[3/3]
static void SwapValues
(
ref Vector2
num1
,
ref Vector2
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