◆ SwapValues() [2/3]

static void SwapValues ( ref Vector3  num1,
ref Vector3  num2 
)
static
Parameters
num1The value in this reference will be stored in the num2 reference, when the function returns.
num2The value in this reference will be stored in the num1 reference, when the function returns.