public static void SubLocalPositionZ(this Transform transform, float z) { transform.AddLocalPositionZ(-z); }