Exemple #1
0
 void OnRotateRight(object sender, Noesis.RoutedEventArgs e)
 {
     this._spaceBoy.transform.Rotate(Vector3.up, -2.0f);
 }