Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (transform.localRotation.x > 0.706f)
  2. {
  3. v3RotateTowards.y -= 180;
  4. }
  5. else if (transform.localRotation.x < -0.706f)
  6. {
  7. v3RotateTowards.y -= 180;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement