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