[]
Reverses the direction of a given vector.
public static Vector3 Negate(Vector3 value)
The vector to negate.
A vector facing in the opposite direction.