Exemplo n.º 1
0
 private void CreateTweenThing()
 {
     _transform.CreateTweenChain(CreateTweenThing)
     .Rotate(MathHelper.Pi, 1.0f, EasingFunctions.BounceOut)
     .Scale(new Vector2(1.1f), 1.0f, EasingFunctions.BounceOut);
 }