Function GraphEditor.RoundVector3

RoundVector3 (Vector3 v)

Rounds a vector's components to multiples of 0.5 (i.e 0.5, 1.0, 1.5, etc.) if very close to them.

Public Static
Vector3 RoundVector3 (

Vector3

v

)

Rounds a vector's components to multiples of 0.5 (i.e 0.5, 1.0, 1.5, etc.) if very close to them.