Esempio n. 1
0
 public static void SubLocalEulerAnglesZ(this Transform transform, float z)
 {
     transform.AddLocalEulerAnglesZ(-z);
 }