Example #1
0
 public void SetCamera(float x, float y, float scale)
 {
     Box.Center.Set(x, y);
     Mat22.CreateScaleTransform(scale, Box.R);
 }