Esempio n. 1
0
 /// <summary>
 /// Method to rotate object
 /// </summary>
 /// <param name="axis"></param>
 /// <param name="angle"></param>
 public void Rotate(Vector3 axis, float angle)
 {
     GameComponentHelper.Rotate(axis, angle, ref RotationRef);
 }