Exemple #1
0
 public void Scale(float width, float height)
 {
     localTransform.Scale(width, height, 1);
     UpdateTransform();
 }