Advertisement
MrsMcLead

CubeRotate

Oct 7th, 2014
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #pragma strict
  2.  
  3. function Update () {
  4. transform.Rotate(new Vector3(15,30,45)*Time.deltaTime);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement