This is a reverse engineered version of Unity’s built-in Transform inspector, so it should preserve both its appearance and behavior, bugs included (if there are any). Hopefully someone can get some use out of it.
Ug. I missed that it was a method with my terrible cursory glance. (I read it like “if (v.x.IsNaN)”.) Google’s first hit when looking up “isnan” didn’t help bring my eyes back into reality. Does web JS not follow that convention?
I always hated the lowercase first letters for functions, properties or any variables. It’s so ugly and has no sense. I love Unity but I’m so sorry that the unity developers followed that convention. If they were to follow .NET convention, they should have followed it for all names. Not only for function names.
Maybe no one noticed but lowercased member names breaks the visual studio’s IntelliSence alphabetical sorting and I hate it.