Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.46 KB | None | 0 0
  1.         _rotTemp = (_dayTemp * _timeMultiplier / 540);                                    
  2.  
  3.         transform.RotateAround                                                            
  4.             (_sunPivotPoint.position,                                                      
  5.             Vector3.forward,                                                              
  6.             _rotTemp * Time.deltaTime);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement