Esempio n. 1
0
 public void RotateAA(Vector3 axis, float angle)
 {
     GameComponentHelper.RotateAA(axis, angle, ref RotationRef);
 }