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