Advertisement
Guest User

asd

a guest
Oct 23rd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if (ruchgora > 0)
  2. {
  3. transform.rotation= new Quaternion(0,0,0,0);
  4. }
  5. if (ruchgora < 0)
  6. {
  7. transform.rotation = new Quaternion(0,0,180,0);
  8. }
  9. if (ruchbok > 0)
  10. {
  11. transform.rotation = new Quaternion(0,0,90,0);
  12. }
  13. if (ruchbok < 0 )
  14. {
  15. transform.rotation = new Quaternion(0,0,270,0);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement